Skip to content

Commit 46b42f2

Browse files
Update "Go to start page" link
Changed the href attribute for the "Go to start page" link in index.html. Previously, it was redirecting to the home ('/') url, but now it has been updated to navigate to the '#start' section on the same page.
1 parent 2cfef17 commit 46b42f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
<div class="flex flex-wrap gap-3 mt-5">
5050
<a href='#year2024' class="px-2 py-1 text-gray-50 bg-gray-800 rounded-lg">Go to current year</a>
51-
<a href='/' class="px-2 py-1 text-gray-50 bg-gray-800 rounded-lg">Go to start page</a>
51+
<a href='#start' class="px-2 py-1 text-gray-50 bg-gray-800 rounded-lg">Go to start page</a>
5252
</div>
5353
</div>
5454
</div>

0 commit comments

Comments
 (0)