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 68c5c05 commit bdcd0dfCopy full SHA for bdcd0df
src/components/ui/PWAInstallButton.tsx
@@ -43,7 +43,7 @@ const PWAInstallButton = () => {
43
if (!showInstall) return null;
44
45
return (
46
- <div className="flex items-center justify-between rounded-full bg-[#2b2343] px-4 py-2 shadow-md text-white w-fit">
+ <div className="md:hidden flex items-center justify-between rounded-full bg-[#2b2343] px-4 py-2 shadow-md text-white w-fit">
47
<div className="flex items-center gap-3">
48
<Image src="/papers_logo.png" alt="Papers App" width={32} height={32} />
49
<span className="font-semibold text-lg">Papers App</span>
0 commit comments