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