chore(web): hide blackfriday discount cta

This commit is contained in:
isra el
2025-12-07 21:04:42 +03:00
parent 0ff96f4857
commit f2ca0cecf6

View File

@@ -54,7 +54,7 @@ export default function DashboardLayout({
<VerifyEmailAlert />
<AccountDeletionAlert />
{/* <UpgradeToProAlert /> */}
<BlackFridayModal />
{/* <BlackFridayModal /> */}
</div>
{children}
</main>