Skip to content

Commit

Permalink
Update Player.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatt69 authored Nov 14, 2023
1 parent 1c3b220 commit 571be49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/Shared/Oembed/Player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface PlayerProps {

const Player: FC<PlayerProps> = ({ og }) => {
return (
<div className="oembed-player·mt-4·w-5/6·text-sm">
<div className="oembed-player·w-5/6·text-sm">
<div
className="oembed-player"
dangerouslySetInnerHTML={{ __html: og.html as string }}
Expand Down

0 comments on commit 571be49

Please sign in to comment.