Update src/components/ArticleView.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
mroxso
2025-11-29 20:11:51 +01:00
committed by GitHub
parent d417d87709
commit baa03d7be9

View File

@@ -297,7 +297,6 @@ export function ArticleView({ post }: ArticleViewProps) {
<ClientTag event={post} />
</div>
{/* <Separator className="my-8" /> */}
<HighlightsSection event={post} className="mb-8" />