mirror of
https://github.com/mroxso/zelo-news.git
synced 2026-06-04 09:31:14 +02:00
fix: comment out unused Separator components in ArticleView
This commit is contained in:
@@ -291,13 +291,13 @@ export function ArticleView({ post }: ArticleViewProps) {
|
||||
</Dialog>
|
||||
</div>
|
||||
|
||||
<Separator className="my-8" />
|
||||
{/* <Separator className="my-8" /> */}
|
||||
|
||||
<div className="mb-8">
|
||||
<ClientTag event={post} />
|
||||
</div>
|
||||
|
||||
<Separator className="my-8" />
|
||||
{/* <Separator className="my-8" /> */}
|
||||
|
||||
<HighlightsSection event={post} className="mb-8" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user