File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/web/app/s/[videoId]/_components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ export const ShareHeader = ({
196
196
isPublic = { data . public }
197
197
spacesData = { spacesData }
198
198
/>
199
- < div className = { clsx ( ! showUpgradeBanner ? "mt-8" : "mt-0" ) } >
199
+ < div className = "mt-8" >
200
200
< div className = "flex flex-col gap-6 lg:flex-row lg:items-center lg:justify-between lg:gap-0" >
201
201
< div className = "items-center md:flex md:justify-between md:space-x-6" >
202
202
< div className = "mb-3 md:mb-0" >
@@ -260,7 +260,7 @@ export const ShareHeader = ({
260
260
{ user !== null && ! isUserPro && (
261
261
< button
262
262
type = "button"
263
- className = "flex items-center mt-1 text-sm text-gray-400 cursor-pointer hover:text-blue-500"
263
+ className = "flex items-center mt-2 mb-3 text-sm text-gray-400 duration-200 cursor-pointer hover:text-blue-500"
264
264
onClick = { ( ) => setUpgradeModalOpen ( true ) }
265
265
>
266
266
< Globe2 className = "mr-1 w-4 h-4" />
You can’t perform that action at this time.
0 commit comments