File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ export default function LandingPage() {
258
258
asChild
259
259
>
260
260
< a
261
- href = "https://github.com/yourusername /leetcode-journal"
261
+ href = "https://github.com/yashksaini-coder /leetcode-journal"
262
262
target = "_blank"
263
263
rel = "noopener noreferrer"
264
264
>
@@ -305,21 +305,6 @@ export default function LandingPage() {
305
305
</ div >
306
306
< div className = "flex flex-col md:flex-row justify-between items-center pt-8 border-t border-border" >
307
307
< p className = "text-sm text-muted-foreground mb-4 md:mb-0" > © 2023 LeetCode Journal. All rights reserved.</ p >
308
- < Button
309
- variant = "outline"
310
- size = "sm"
311
- className = "md:hidden"
312
- asChild
313
- >
314
- < a
315
- href = "https://github.com/yourusername/leetcode-journal"
316
- target = "_blank"
317
- rel = "noopener noreferrer"
318
- >
319
- < Github className = "mr-2 h-4 w-4" />
320
- Star on GitHub
321
- </ a >
322
- </ Button >
323
308
</ div >
324
309
</ div >
325
310
</ footer >
You can’t perform that action at this time.
0 commit comments