Skip to content

Commit 558d51b

Browse files
committed
fix footer links
Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
1 parent ecd5108 commit 558d51b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/footer.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const currentYear = new Date().getFullYear();
2020
>
2121
</a>
2222
<a
23-
href="https://linkedin.com/in/rishi-chawda"
23+
href="https://linkedin.com/in/rkrishi"
2424
target="_blank"
2525
rel="noopener noreferrer"
2626
class="text-gray-500 hover:text-gray-700 transition-colors"
@@ -34,7 +34,7 @@ const currentYear = new Date().getFullYear();
3434
>
3535
</a>
3636
<a
37-
href="https://instagram.com/rishikc"
37+
href="https://instagram.com/rishiikc"
3838
target="_blank"
3939
rel="noopener noreferrer"
4040
class="text-gray-500 hover:text-gray-700 transition-colors"

0 commit comments

Comments
 (0)