diff --git a/src/components/Account/SubmitFeedback.tsx b/src/components/Account/SubmitFeedback.tsx index aa4f621..9891a8b 100644 --- a/src/components/Account/SubmitFeedback.tsx +++ b/src/components/Account/SubmitFeedback.tsx @@ -38,7 +38,7 @@ export const SubmitFeedback: React.FC = () => { -
+
Submit feedback
diff --git a/src/components/Account/SubscribeNotification.tsx b/src/components/Account/SubscribeNotification.tsx index ed339fd..6f08d26 100644 --- a/src/components/Account/SubscribeNotification.tsx +++ b/src/components/Account/SubscribeNotification.tsx @@ -84,7 +84,7 @@ export const SubscribeNotification: React.FC = () => { className="text-md w-full justify-between px-0 hover:text-foreground/80" onClick={isSubscribed ? unSubscribeNotification : onRequestNotification} > -
+
{!isSubscribed ? ( <> diff --git a/src/pages/account.tsx b/src/pages/account.tsx index d98d21e..fa1bceb 100644 --- a/src/pages/account.tsx +++ b/src/pages/account.tsx @@ -3,7 +3,7 @@ import MainLayout from '~/components/Layout/MainLayout'; import { Button } from '~/components/ui/button'; import Link from 'next/link'; import { UserAvatar } from '~/components/ui/avatar'; -import { Bell, ChevronRight, Download, Github } from 'lucide-react'; +import { Bell, ChevronRight, Download, Github, Star } from 'lucide-react'; import { signOut } from 'next-auth/react'; import { AppDrawer } from '~/components/ui/drawer'; import { SubmitFeedback } from '~/components/Account/SubmitFeedback'; @@ -45,7 +45,7 @@ const AccountPage: NextPageWithUser = ({ user }) => { variant="ghost" className="text-md w-full justify-between px-0 hover:text-foreground/80" > -
+
{ variant="ghost" className="text-md w-full justify-between px-0 hover:text-foreground/80" > -
+
Star us on Github
@@ -83,10 +83,22 @@ const AccountPage: NextPageWithUser = ({ user }) => { + + + -
+
Download App