Skip to content

Commit

Permalink
fix / change Nextbase to digger
Browse files Browse the repository at this point in the history
  • Loading branch information
psiddharthdesign committed Aug 7, 2024
1 parent d511495 commit 163ba78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/(dynamic-pages)/(login-pages)/sign-up/Signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export function SignUp({
<TabsContent value="password">
<Card className="border-none shadow-none">
<CardHeader className="py-6 px-0">
<CardTitle>Register to NextBase</CardTitle>
<CardTitle>Register to Digger</CardTitle>
<CardDescription>
Create an account with your email and password
</CardDescription>
Expand All @@ -163,7 +163,7 @@ export function SignUp({
<TabsContent value="magic-link">
<Card className="border-none shadow-none">
<CardHeader className="py-6 px-0">
<CardTitle>Register to NextBase</CardTitle>
<CardTitle>Register to Digger</CardTitle>
<CardDescription>
Create an account with magic link we will send to your email
</CardDescription>
Expand All @@ -180,7 +180,7 @@ export function SignUp({
<TabsContent value="social-login">
<Card className="border-none shadow-none">
<CardHeader className="py-6 px-0">
<CardTitle>Register to NextBase</CardTitle>
<CardTitle>Register to Digger</CardTitle>
<CardDescription>
Register with your social account
</CardDescription>
Expand Down

0 comments on commit 163ba78

Please sign in to comment.