removed hot posts
bc comments are not implemented yet
This commit is contained in:
@@ -69,18 +69,6 @@ export default function PostPage({ data }: PageProps<PageData>) {
|
||||
</div>
|
||||
<PostCarousel posts={recentPosts} />
|
||||
</section>
|
||||
<section>
|
||||
<div class="flex items-center gap-2 text-2xl text-white md:justify-start">
|
||||
<hi.HiOutlineFire />
|
||||
<h2 class="text-2xl font-bold text-white text-center lg:text-left">
|
||||
Hot Posts
|
||||
</h2>
|
||||
</div>
|
||||
<div className="text-lg font-thin italic mb-4 text-white text-center flex">
|
||||
Making chaos look cool since forever
|
||||
</div>
|
||||
<PostCarousel posts={hotPosts} />
|
||||
</section>
|
||||
<section>
|
||||
<div class="flex items-center gap-2 text-2xl text-white md:justify-start">
|
||||
<hi.HiOutlineBolt />
|
||||
|
Reference in New Issue
Block a user