fix
This commit is contained in:
@@ -18,13 +18,6 @@ export default function Home() {
|
||||
<Header></Header>
|
||||
|
||||
<main className={styles.container}>
|
||||
<Link href="/posts/map" passHref>
|
||||
<section className={styles.postPreview}>
|
||||
<h2>全国灾害统计地图</h2>
|
||||
<small>发布于 2022-05-12</small>{" | "}<ClickForMore />
|
||||
</section>
|
||||
</Link>
|
||||
<hr />
|
||||
<Link href="/posts/init" passHref>
|
||||
<section className={styles.postPreview}>
|
||||
<h2>Social OjO 正式成立</h2>
|
||||
@@ -32,6 +25,13 @@ export default function Home() {
|
||||
<small>发布于 2022-05-12</small>{" | "}<ClickForMore />
|
||||
</section>
|
||||
</Link>
|
||||
<hr />
|
||||
<Link href="/posts/map" passHref>
|
||||
<section className={styles.postPreview}>
|
||||
<h2>全国灾害统计地图</h2>
|
||||
<small>发布于 2022-05-12</small>{" | "}<ClickForMore />
|
||||
</section>
|
||||
</Link>
|
||||
</main>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -110,7 +110,7 @@ export default function Init() {
|
||||
</Link>
|
||||
<Link href="https://umap.openstreetmap.fr/en/map/untitled-map_758141#4/41.97/106.83" passHref>
|
||||
<div>
|
||||
<h3>各省洪涝灾害地图</h3>
|
||||
<h3>各省洪涝旱灾地图</h3>
|
||||
<small>
|
||||
<Copyright />
|
||||
Jade, Cherry, & Mia
|
||||
|
||||
Reference in New Issue
Block a user