💄 Hide upgrade button on mobile

This commit is contained in:
Luke Vella 2023-08-30 19:46:23 +01:00
parent c3830b9ed0
commit b84e20ff32

View file

@ -59,7 +59,12 @@ const NavMenuItem = ({
const Upgrade = () => {
return (
<Button variant="primary" size="sm" asChild>
<Button
className="hidden sm:inline-flex"
variant="primary"
size="sm"
asChild
>
<Link href="/settings/billing">
<SparklesIcon className="-ml-0.5 h-4 w-4" />
<Trans i18nKey="upgrade" defaults="Upgrade" />