Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
subhadeeproy3902 authored Jun 17, 2024
1 parent 7d0b2c3 commit f2e8514
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/app/dashboard/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { Button } from "@/components/ui/button";
import { useMutation } from "convex/react";
import Image from "next/image";
import { RegisterLink } from "@kinde-oss/kinde-auth-nextjs";

function DashboardLayout({
children,
}: Readonly<{
Expand Down Expand Up @@ -80,11 +81,7 @@ function DashboardLayout({
</Button>
</p>
<p className="text-sm text-gray-500 dark:text-gray-300">

Don't have an account? <a href="/signup" className="text-orange-600 underline hover:text-blue-800 transition duration-300"><RegisterLink>Sign up</RegisterLink></a>
=======
Don&apos;t have an account? <a href="/signup" className="text-orange-600 underline hover:text-blue-800 transition duration-300">Sign Up</a>

Don&apos;t have an account? <a href="/signup" className="text-orange-600 underline hover:text-blue-800 transition duration-300"><RegisterLink>Sign up</RegisterLink></a>
</p>
</div>
</div>
Expand Down

0 comments on commit f2e8514

Please sign in to comment.