diff options
Diffstat (limited to 'src/main/resources/templates/layout.html')
| -rw-r--r-- | src/main/resources/templates/layout.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/templates/layout.html b/src/main/resources/templates/layout.html index 17d6939..a5bdb2c 100644 --- a/src/main/resources/templates/layout.html +++ b/src/main/resources/templates/layout.html @@ -42,10 +42,10 @@ <a class="inline-block text-indigo-200 no-underline hover:text-gray-100 hover:text-underline py-2 px-2" href="/articles/new">NEW</a> </li> <li class="mr-2"> - <a class="inline-block text-indigo-200 no-underline hover:text-indigo-100 hover:text-underline py-2 px-2" href="#">LINK</a> + <a class="inline-block text-indigo-200 no-underline hover:text-indigo-100 hover:text-underline py-2 px-2" href="/register">REGISTER</a> </li> <li class="mr-2"> - <a class="inline-block text-indigo-200 no-underline hover:text-indigo-100 hover:text-underline py-2 px-2" href="#">LINK</a> + <a class="inline-block text-indigo-200 no-underline hover:text-indigo-100 hover:text-underline py-2 px-2" href="/login">LOGIN</a> </li> </ul> <form th:action="@{/articles/search}" class="w-full max-w-md"> |
