We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cea4c7 commit f4d2fabCopy full SHA for f4d2fab
apps/web/app/s/[videoId]/_components/ShareHeader.tsx
@@ -183,7 +183,7 @@ export const ShareHeader = ({
183
184
return (
185
<>
186
- {user !== null && !isVideoOwnerPro && (
+ {isOwner && !isVideoOwnerPro && (
187
<div className="flex sticky flex-col sm:flex-row inset-x-0 top-0 z-10 gap-4 justify-center items-center px-3 py-2 mx-auto w-[calc(100%-20px)] max-w-fit rounded-b-xl border bg-gray-4 border-gray-6">
188
<p className="text-center text-gray-12">
189
Shareable links are limited to 5 mins on the free plan.
0 commit comments