Browse Source

chore(web): fix billing portal url in dashboard

pull/52/head
isra el 1 year ago
parent
commit
5d8dcf87dc
  1. 2
      web/app/(app)/dashboard/(components)/account-settings.tsx

2
web/app/(app)/dashboard/(components)/account-settings.tsx

@ -335,7 +335,7 @@ export default function AccountSettings() {
</Link> </Link>
) : ( ) : (
<Link <Link
href="/billing"
href="https://polar.sh/textbee/portal/"
className='text-xs font-medium text-gray-700 dark:text-gray-200 hover:text-gray-900 dark:hover:text-white' className='text-xs font-medium text-gray-700 dark:text-gray-200 hover:text-gray-900 dark:hover:text-white'
> >
Manage Subscription Manage Subscription

Loading…
Cancel
Save