with time
This commit is contained in:
@@ -7,7 +7,7 @@ export default async function Page() {
|
||||
const posts = await getPosts();
|
||||
|
||||
return (
|
||||
<div className="space-y-6">
|
||||
<div className="space-y-6 pt-6">
|
||||
<Posts posts={posts} />
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user