This commit is contained in:
2022-05-12 23:28:54 +08:00
parent 8bc5cb9ba4
commit 0816c17897
2 changed files with 8 additions and 8 deletions

View File

@@ -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>
);