Skip to content

Commit

Permalink
stop accepting new subs
Browse files Browse the repository at this point in the history
  • Loading branch information
afrieirham committed Sep 30, 2024
1 parent f512c2b commit a064be1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/pages/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,12 @@ export default function Dashboard() {
</nav>
{!hasAccess && (
<main className="flex w-full flex-col items-center justify-center gap-4 pt-8">
<p>You have no access. Subscribe to get 1-year access.</p>
<Button onClick={onSubscribe} loading={loading}>
<p>
{
"We're currently undergoing some changes and are not accepting new subscribers at this time."
}
</p>
<Button onClick={onSubscribe} loading={loading} disabled>
Subscribe
</Button>
</main>
Expand Down

0 comments on commit a064be1

Please sign in to comment.