This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user