fix ui flaw
This commit is contained in:
@@ -44,9 +44,9 @@ export default function Home(props: HomePageProps) {
|
|||||||
<PostList data={props.pinnedPostList} />
|
<PostList data={props.pinnedPostList} />
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<Separator />
|
|
||||||
{props.latestPostList.length !== 0 && (
|
{props.latestPostList.length !== 0 && (
|
||||||
<div>
|
<div>
|
||||||
|
<Separator />
|
||||||
<h2 className={`my-5 flex justify-center text-2xl font-bold ${fontFangZhengXiaoBiaoSongCN.className}`}>
|
<h2 className={`my-5 flex justify-center text-2xl font-bold ${fontFangZhengXiaoBiaoSongCN.className}`}>
|
||||||
<LuPenTool className="mx-2 my-auto" />
|
<LuPenTool className="mx-2 my-auto" />
|
||||||
{"LATEST POSTS"}
|
{"LATEST POSTS"}
|
||||||
|
|||||||
Reference in New Issue
Block a user