Skip to content

Commit 9b6e044

Browse files
committed
Revert "chore(web): update dashboard banners"
This reverts commit f64a520.
1 parent 8286938 commit 9b6e044

File tree

3 files changed

+9
-92
lines changed

3 files changed

+9
-92
lines changed

web/app/(app)/dashboard/(components)/uneed-upvote-banner.tsx

Lines changed: 0 additions & 84 deletions
This file was deleted.

web/app/(app)/dashboard/layout.tsx

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
import { Home, MessageSquareText, UserCircle, Users } from 'lucide-react'
44
import Link from 'next/link'
55
import { usePathname } from 'next/navigation'
6-
import UneedUpvoteBanner from './(components)/uneed-upvote-banner'
7-
import VerifyEmailAlert from './(components)/verify-email-alert'
86
import AccountDeletionAlert from './(components)/account-deletion-alert'
7+
import UpgradeToProAlert from './(components)/upgrade-to-pro-alert'
8+
import UpdateAppModal from './(components)/update-app-modal'
9+
import UpdateAppNotificationBar from './(components)/update-app-notification-bar'
10+
import VerifyEmailAlert from './(components)/verify-email-alert'
11+
import { SurveyModal } from '@/components/shared/survey-modal'
912

1013
export default function DashboardLayout({
1114
children,
@@ -49,11 +52,10 @@ export default function DashboardLayout({
4952
{/* Main content with left padding to account for fixed sidebar */}
5053
<main className='flex-1 min-w-0 overflow-auto md:ml-24'>
5154
<div className='space-y-2 p-4'>
52-
<UneedUpvoteBanner />
53-
{/* <UpdateAppNotificationBar /> */}
55+
<UpdateAppNotificationBar />
5456
<VerifyEmailAlert />
5557
<AccountDeletionAlert />
56-
{/* <UpgradeToProAlert /> */}
58+
<UpgradeToProAlert />
5759
{/* <BlackFridayModal /> */}
5860
</div>
5961
{children}
@@ -92,8 +94,8 @@ export default function DashboardLayout({
9294
{/* Bottom padding for mobile to account for the fixed navigation */}
9395
<div className='h-16 md:hidden'></div>
9496

95-
{/* <SurveyModal /> */}
96-
{/* <UpdateAppModal /> */}
97+
<SurveyModal />
98+
<UpdateAppModal />
9799
</div>
98100
)
99101
}

web/config/external-links.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ export const ExternalLinks = {
55
polar: 'https://donate.textbee.dev',
66
twitter: 'https://x.com/textbeedotdev',
77
linkedin: 'https://www.linkedin.com/company/textbeedotdev',
8-
uneed: 'https://www.uneed.best/tool/textbeedev-free-and-opensource-sms-gateway',
98
}

0 commit comments

Comments
 (0)