初始化
Some checks failed
Update pnpm Dependencies / update-dependencies (push) Has been cancelled

This commit is contained in:
2025-09-18 17:04:40 +08:00
parent dc88818dd2
commit 5966ed4b98
32 changed files with 18247 additions and 3108 deletions

View File

@@ -32,7 +32,7 @@ export default function Home(props: HomePageProps) {
<NavBar />
<ContentContainer>
<HomeCover />
{props.pinnedPostList.length !== 0 && (
{/* {props.pinnedPostList.length !== 0 && (
<div>
<Separator />
<h2 className={"caption-font my-5 flex justify-center font-bold text-2xl"}>
@@ -61,7 +61,7 @@ export default function Home(props: HomePageProps) {
</Button>
</div>
</div>
)}
)} */}
</ContentContainer>
<Footer />
</Page>