diff --git a/.astro/settings.json b/.astro/settings.json
index 8744206c6..d6953d35d 100644
--- a/.astro/settings.json
+++ b/.astro/settings.json
@@ -3,6 +3,6 @@
"enabled": false
},
"_variables": {
- "lastUpdateCheck": 1740595115510
+ "lastUpdateCheck": 1741697790683
}
}
\ No newline at end of file
diff --git a/src/components/AccountSidebar.astro b/src/components/AccountSidebar.astro
index b4e9ca417..bf1029f17 100644
--- a/src/components/AccountSidebar.astro
+++ b/src/components/AccountSidebar.astro
@@ -27,7 +27,7 @@ const sidebarLinks = [
href: '/account/update-profile',
title: 'Profile',
id: 'profile',
- isNew: true,
+ isNew: false,
icon: {
glyph: 'user',
classes: 'h-4 w-4',
@@ -56,7 +56,7 @@ const sidebarLinks = [
},
{
href: '/account/road-card',
- title: 'Card',
+ title: 'Road Card',
id: 'road-card',
isNew: false,
icon: {
@@ -70,7 +70,7 @@ const sidebarLinks = [
id: 'billing',
isNew: true,
icon: {
- glyph: 'badge',
+ glyph: 'credit-card',
classes: 'h-4 w-4',
},
},
diff --git a/src/components/Billing/BillingPage.tsx b/src/components/Billing/BillingPage.tsx
index 094970b7c..feb56cb0a 100644
--- a/src/components/Billing/BillingPage.tsx
+++ b/src/components/Billing/BillingPage.tsx
@@ -11,6 +11,7 @@ import { httpPost } from '../../lib/query-http';
import { UpgradeAccountModal } from './UpgradeAccountModal';
import { getUrlParams } from '../../lib/browser';
import { VerifyUpgrade } from './VerifyUpgrade';
+import { EmptyBillingScreen } from './EmptyBillingScreen';
export type CreateCustomerPortalBody = {};
@@ -96,19 +97,9 @@ export function BillingPage() {
{showVerifyUpgradeModal &&
- You are not subscribed to any plan, - -
-+ Unlock pro benefits by upgrading to a subscription +
+ +
+