Skip to content

Commit 1ddad2e

Browse files
committed
fix(navbar): hide upload button on mobile layout
1 parent ea0829f commit 1ddad2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/frontend/src/modules/shared/components/layout/SignOutButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function UploadButton() {
3030
<Tooltip>
3131
<TooltipTrigger asChild>
3232
<Link href='/upload'>
33-
<div className='group h-9.5 w-9.5 p-1'>
33+
<div className='group h-9.5 w-9.5 p-1 hidden lg:block'>
3434
<FontAwesomeIcon
3535
icon={faCloudUpload}
3636
className='h-full! w-full! text-white group-hover:text-zinc-400 transition-all duration-150 group-hover:-translate-y-0.5'

0 commit comments

Comments
 (0)