Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
update october
Browse files Browse the repository at this point in the history
  • Loading branch information
Irere123 committed Oct 26, 2024
1 parent 4d64fa1 commit 88b1920
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions packages/nextjs/app/(app)/dashboard/page.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
import { Metadata } from "next";
import { ClaimRoleCard } from "~~/components/dashboard/ClaimRoleCard";

export const metadata: Metadata = {
title: "Dashboard",
};

export default function DashboardPage() {
return (
<div className="">
<div>
<p>Welcome Partner, Claim your role here!!</p>
</div>
<div className="w-full min-h-screen flex justify-center items-center">
<ClaimRoleCard />
</div>
);
}
1 change: 0 additions & 1 deletion packages/nextjs/app/(app)/onboarding/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export default function OnBoadingPage() {
return (
<div className="w-full min-h-screen flex justify-center items-center">
<ClaimRoleCard />
<ClaimRoleCard />
</div>
);
}

0 comments on commit 88b1920

Please sign in to comment.