Skip to content

Commit

Permalink
Merge pull request #6 from diggerhq/feat/nextbase-to-digger-label
Browse files Browse the repository at this point in the history
Replace NextBase label with Digger on the login screen
  • Loading branch information
motatoes authored Aug 1, 2024
2 parents 0c18dfc + 96da831 commit 814cefc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/(dynamic-pages)/(login-pages)/login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export function Login({
<TabsContent value="password">
<Card className="border-none shadow-none">
<CardHeader className="py-6 px-0">
<CardTitle>Login to NextBase</CardTitle>
<CardTitle>Login to Digger</CardTitle>
<CardDescription>
Login with the account you used to signup.
</CardDescription>
Expand All @@ -176,7 +176,7 @@ export function Login({
<TabsContent value="magic-link">
<Card className="border-none shadow-none">
<CardHeader className="py-6 px-0">
<CardTitle>Login to NextBase</CardTitle>
<CardTitle>Login to Digger</CardTitle>
<CardDescription>
Login with magic link we will send to your email.
</CardDescription>
Expand All @@ -193,7 +193,7 @@ export function Login({
<TabsContent value="social-login">
<Card className="border-none shadow-none">
<CardHeader className="py-6 px-0">
<CardTitle>Login to NextBase</CardTitle>
<CardTitle>Login to Digger</CardTitle>
<CardDescription>
Login with your social account.
</CardDescription>
Expand Down

0 comments on commit 814cefc

Please sign in to comment.