Skip to content

Commit

Permalink
fix: rename login to start
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Nov 1, 2024
1 parent f491f2f commit f73efe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
<div id="menu-default"
class="flex flex-col space-y-4 lg:mt-0 lg:flex-row lg:space-y-0 text-right md:text-center md:justify-center">
<a class="text-gray-700 hover:text-blue-500 dark:text-gray-200 dark:hover:text-blue-500 lg:mx-6"
href="login.html">Login <i class="fa fa-sign-in"></i></a>
href="login.html">Start <i class="fa fa-sign-in"></i></a>
<a class="text-gray-700 hover:text-blue-500 dark:text-gray-200 dark:hover:text-blue-500 lg:mx-6"
href="#status">Status</a>
<a class="text-gray-700 hover:text-blue-500 dark:text-gray-200 dark:hover:text-blue-500 lg:mx-6"
Expand Down

0 comments on commit f73efe6

Please sign in to comment.