Skip to content

Commit

Permalink
Update "Go to start page" link
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Pavlusha311245 committed May 15, 2024
1 parent 2cfef17 commit 46b42f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

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

0 comments on commit 46b42f2

Please sign in to comment.