Skip to content

Commit bdcd0df

Browse files
hide on desktop for now, move its position later
1 parent 68c5c05 commit bdcd0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/PWAInstallButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const PWAInstallButton = () => {
4343
if (!showInstall) return null;
4444

4545
return (
46-
<div className="flex items-center justify-between rounded-full bg-[#2b2343] px-4 py-2 shadow-md text-white w-fit">
46+
<div className="md:hidden flex items-center justify-between rounded-full bg-[#2b2343] px-4 py-2 shadow-md text-white w-fit">
4747
<div className="flex items-center gap-3">
4848
<Image src="/papers_logo.png" alt="Papers App" width={32} height={32} />
4949
<span className="font-semibold text-lg">Papers App</span>

0 commit comments

Comments
 (0)