File tree 4 files changed +3
-5
lines changed
4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export default function RootLayout({
18
18
< div className = "md:hidden block fixed top-1 left-1 w-full z-50" >
19
19
< MobileSidear />
20
20
</ 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 >
22
22
</ main >
23
23
) ;
24
24
}
Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ import {
17
17
Trophy ,
18
18
TrendingUp ,
19
19
CheckCircle ,
20
- XCircle ,
21
- Calendar
22
20
} from "lucide-react" ;
23
21
24
22
export default function Dashboard ( ) {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export const metadata = {
29
29
} ,
30
30
twitter : {
31
31
card : "summary_large_image" ,
32
- site : "https://github.com/nobruf/shadcn-landing-page.git " ,
32
+ site : "https://github.com/yashksaini-coder/Leetcode-Journal " ,
33
33
title : "Shadcn - Landing template" ,
34
34
description : "Free Shadcn landing page for developers" ,
35
35
images : [
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export const HeroSection = () => {
46
46
className = "w-5/6 md:w-1/4 font-bold"
47
47
>
48
48
< Link
49
- href = "https://github.com/nobruf/shadcn-landing-page.git "
49
+ href = "https://github.com/yashksaini-coder/Leetcode-Journal "
50
50
target = "_blank"
51
51
>
52
52
Github respository
You can’t perform that action at this time.
0 commit comments