ui: change "Latest Posts" to "Latest"
This commit is contained in:
@@ -9,13 +9,10 @@ export default async function HomePage() {
|
|||||||
<Template>
|
<Template>
|
||||||
<main className="max-w-4xl mx-auto px-6 py-12">
|
<main className="max-w-4xl mx-auto px-6 py-12">
|
||||||
<header className="mb-16 text-center">
|
<header className="mb-16 text-center">
|
||||||
<p className="text-ink-soft text-lg">
|
|
||||||
A sleek static blog with code and math.
|
|
||||||
</p>
|
|
||||||
</header>
|
</header>
|
||||||
<section>
|
<section>
|
||||||
<h1 className="heading-xl text-ink mb-8">
|
<h1 className="heading-xl text-ink mb-8">
|
||||||
Latest Posts
|
Latest
|
||||||
</h1>
|
</h1>
|
||||||
<PostList posts={posts} />
|
<PostList posts={posts} />
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user