Skip to content

Commit 09b948c

Browse files
refactor: Update links and remove unused imports in dashboard components
1 parent 76a3b07 commit 09b948c

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

app/dashboard/layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function RootLayout({
1818
<div className="md:hidden block fixed top-1 left-1 w-full z-50">
1919
<MobileSidear/>
2020
</div>
21-
<div className="w-full dark:bg-neutral-900 md:p-6 p-3 bg-neutral-200 md:rounded-xl rounded-sm">{children}</div>
21+
<div className="w-full dark:bg-neutral-900 bg-neutral-200 md:rounded-xl rounded-sm">{children}</div>
2222
</main>
2323
);
2424
}

app/dashboard/page.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ import {
1717
Trophy,
1818
TrendingUp,
1919
CheckCircle,
20-
XCircle,
21-
Calendar
2220
} from "lucide-react";
2321

2422
export default function Dashboard() {

app/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const metadata = {
2929
},
3030
twitter: {
3131
card: "summary_large_image",
32-
site: "https://github.com/nobruf/shadcn-landing-page.git",
32+
site: "https://github.com/yashksaini-coder/Leetcode-Journal",
3333
title: "Shadcn - Landing template",
3434
description: "Free Shadcn landing page for developers",
3535
images: [

components/DashboardV2/HeroSection.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const HeroSection = () => {
4646
className="w-5/6 md:w-1/4 font-bold"
4747
>
4848
<Link
49-
href="https://github.com/nobruf/shadcn-landing-page.git"
49+
href="https://github.com/yashksaini-coder/Leetcode-Journal"
5050
target="_blank"
5151
>
5252
Github respository

0 commit comments

Comments
 (0)