diff --git a/packages/app/app/studio/[organization]/library/[session]/components/EditSessionForm.tsx b/packages/app/app/studio/[organization]/library/[session]/components/EditSessionForm.tsx index 64c041439..c1eed35cf 100644 --- a/packages/app/app/studio/[organization]/library/[session]/components/EditSessionForm.tsx +++ b/packages/app/app/studio/[organization]/library/[session]/components/EditSessionForm.tsx @@ -159,7 +159,7 @@ const EditSessionForm = ({ />
- {/* Delete video

} - /> */} + /> diff --git a/packages/app/app/studio/[organization]/library/components/misc/PopoverActions.tsx b/packages/app/app/studio/[organization]/library/components/misc/PopoverActions.tsx index 1a8925daa..36d25c499 100644 --- a/packages/app/app/studio/[organization]/library/components/misc/PopoverActions.tsx +++ b/packages/app/app/studio/[organization]/library/components/misc/PopoverActions.tsx @@ -88,7 +88,7 @@ export const PopoverActions = ({ assetId={session.assetId} /> )} - {/* Delete

} - /> */} + />
) diff --git a/packages/app/components/Sidebar/SidebarMenu.tsx b/packages/app/components/Sidebar/SidebarMenu.tsx index 89ef72fb2..94bda65b5 100644 --- a/packages/app/components/Sidebar/SidebarMenu.tsx +++ b/packages/app/components/Sidebar/SidebarMenu.tsx @@ -27,11 +27,11 @@ const SidebarMenu = ({ url: `/studio/${organizationSlug}/library`, icon: , }, - { - text: 'Destinations', - url: `/studio/${organizationSlug}/destinations`, - icon: , - }, + // { + // text: 'Destinations', + // url: `/studio/${organizationSlug}/destinations`, + // icon: , + // }, { text: 'NFTs', url: `/studio/${organizationSlug}/nfts`, diff --git a/packages/app/components/ui/Player.tsx b/packages/app/components/ui/Player.tsx index d45093db8..af69bb73b 100644 --- a/packages/app/components/ui/Player.tsx +++ b/packages/app/components/ui/Player.tsx @@ -110,7 +110,7 @@ export function PlayerWithControls(props: { + className="absolute inset-0 flex select-none flex-col items-center justify-center gap-4 bg-black/40 text-center backdrop-blur-lg animate-in fade-in-0 duration-1000 data-[visible=true]:animate-in data-[visible=false]:animate-out data-[visible=false]:fade-out-0 data-[visible=true]:fade-in-0">