refactor: center page title text #75
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export default function Home() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex h-full w-full flex-col items-center gap-8">
|
<div className="flex h-full w-full flex-col items-center gap-8">
|
||||||
<h1>Recent Posts</h1>
|
<h1 className="text-center">Recent Posts</h1>
|
||||||
|
|
||||||
{postCards}
|
{postCards}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue