mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
💄 Hide upgrade button on mobile
This commit is contained in:
parent
c3830b9ed0
commit
b84e20ff32
1 changed files with 6 additions and 1 deletions
|
@ -59,7 +59,12 @@ const NavMenuItem = ({
|
||||||
|
|
||||||
const Upgrade = () => {
|
const Upgrade = () => {
|
||||||
return (
|
return (
|
||||||
<Button variant="primary" size="sm" asChild>
|
<Button
|
||||||
|
className="hidden sm:inline-flex"
|
||||||
|
variant="primary"
|
||||||
|
size="sm"
|
||||||
|
asChild
|
||||||
|
>
|
||||||
<Link href="/settings/billing">
|
<Link href="/settings/billing">
|
||||||
<SparklesIcon className="-ml-0.5 h-4 w-4" />
|
<SparklesIcon className="-ml-0.5 h-4 w-4" />
|
||||||
<Trans i18nKey="upgrade" defaults="Upgrade" />
|
<Trans i18nKey="upgrade" defaults="Upgrade" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue