Skip to content

Commit

Permalink
--fix-too-much-space-b/w-video-and-comments
Browse files Browse the repository at this point in the history
By removing few extra br's we can fix this issue

And because , we are using this component at one place .. there is no need to cross check this component at other places
  • Loading branch information
Rash-Hit committed Mar 8, 2024
1 parent a25a53c commit 94dd6af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/admin/ContentRendererClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ export const ContentRendererClient = ({
)}
</div>
</div>
<br />
<br /> <br />
{nextContent ? (
<div className="flex flex-row-reverse">
<button
Expand All @@ -184,8 +182,6 @@ export const ContentRendererClient = ({
</button>{' '}
</div>
) : null}
<br /> <br />
<br /> <br />
</div>

{showChapters && (
Expand Down

0 comments on commit 94dd6af

Please sign in to comment.