Skip to content

Commit 32f2899

Browse files
fix: 🐛 Update GitHub link in LandingPage component
1 parent 000394f commit 32f2899

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

app/page.tsx

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export default function LandingPage() {
258258
asChild
259259
>
260260
<a
261-
href="https://github.com/yourusername/leetcode-journal"
261+
href="https://github.com/yashksaini-coder/leetcode-journal"
262262
target="_blank"
263263
rel="noopener noreferrer"
264264
>
@@ -305,21 +305,6 @@ export default function LandingPage() {
305305
</div>
306306
<div className="flex flex-col md:flex-row justify-between items-center pt-8 border-t border-border">
307307
<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>
323308
</div>
324309
</div>
325310
</footer>

0 commit comments

Comments
 (0)