split into inner component again

This commit is contained in:
Samuel Newman
2024-07-04 17:41:27 +01:00
parent d3d235023e
commit bf71a5c80a
4 changed files with 97 additions and 45 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export function VideoEmbed({source}: {source: string}) {
a.my_xs,
]}>
{active ? (
<VideoEmbedInner source={source} />
<VideoEmbedInner source={source} active={active} />
) : (
<Button
style={[a.flex_1, t.atoms.bg_contrast_25]}