File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Expand file tree Collapse file tree 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({
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}
Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ import {
1717 Trophy ,
1818 TrendingUp ,
1919 CheckCircle ,
20- XCircle ,
21- Calendar
2220} from "lucide-react" ;
2321
2422export default function Dashboard ( ) {
Original file line number Diff line number Diff 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 : [
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments