{tier.title}
{tier.yearly ? (
-
+
Get 2 months free!
) : null}
@@ -111,8 +111,8 @@ const Pricing: BlitzPage = () => {
onClick={() => Panelbear.track("redirect-to-join-waitlist")}
className={clsx(
tier.yearly
- ? "bg-primary-500 text-white hover:bg-primary-600"
- : "bg-primary-50 text-primary-700 hover:bg-primary-100",
+ ? "bg-rebeccapurple-500 text-white hover:bg-rebeccapurple-600"
+ : "bg-rebeccapurple-50 text-rebeccapurple-700 hover:bg-rebeccapurple-100",
"mt-8 block w-full py-3 px-6 border border-transparent rounded-md text-center font-medium",
)}
>
diff --git a/app/settings/components/settings-layout.tsx b/app/settings/components/settings-layout.tsx
index a8ecc01..0a49a88 100644
--- a/app/settings/components/settings-layout.tsx
+++ b/app/settings/components/settings-layout.tsx
@@ -7,7 +7,7 @@ import Layout from "../../core/layouts/layout";
const subNavigation = [
{ name: "Account", href: Routes.Account(), icon: IoPersonCircleOutline },
- { name: "Plan & Billing", href: Routes.Billing(), icon: IoCardOutline },
+ { name: "Billing", href: Routes.Billing(), icon: IoCardOutline },
{ name: "Notifications", href: Routes.Notifications(), icon: IoNotificationsOutline },
];
@@ -36,7 +36,7 @@ const SettingsLayout: FunctionComponent = ({ children }) => {
{