durn
2026-04-23 17:26:07 -06:00
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
<nav class="sidebar-left"> <nav class="sidebar-left">
<ul> <ul>
<li><a th:href="@{/explore}">Explore</a></li> <li><a th:href="@{/explore}">Explore</a></li>
<li th:unless="${guest}"><a th:href="@{/}">Saved</a></li> <li th:unless="${guest}"><a th:href="@{/favorites}">Saved</a></li>
<li th:unless="${guest}"><a th:href="@{/my-profile}">Profile</a></li> <li th:unless="${guest}"><a th:href="@{/my-profile}">Profile</a></li>
<li th:if="${guest}" class="login-link"> <li th:if="${guest}" class="login-link">
+1 -1
View File
@@ -19,7 +19,7 @@
<nav class="sidebar-left"> <nav class="sidebar-left">
<ul> <ul>
<li><a th:href="@{/explore}">Explore</a></li> <li><a th:href="@{/explore}">Explore</a></li>
<li th:unless="${guest}"><a th:href="@{/}">Saved</a></li> <li th:unless="${guest}"><a th:href="@{/favorites}">Saved</a></li>
<li th:unless="${guest}"><a th:href="@{/my-profile}">Profile</a></li> <li th:unless="${guest}"><a th:href="@{/my-profile}">Profile</a></li>
<li th:if="${guest}" class="login-link"> <li th:if="${guest}" class="login-link">
+1 -1
View File
@@ -23,7 +23,7 @@
<nav class="sidebar-left"> <nav class="sidebar-left">
<ul> <ul>
<li><a th:href="@{/explore}">Explore</a></li> <li><a th:href="@{/explore}">Explore</a></li>
<li th:unless="${guest}"><a th:href="@{/}">Saved</a></li> <li th:unless="${guest}"><a th:href="@{/favorites}">Saved</a></li>
<li th:unless="${guest}"><a th:href="@{/my-profile}">Profile</a></li> <li th:unless="${guest}"><a th:href="@{/my-profile}">Profile</a></li>
<li th:if="${guest}" class="login-link"> <li th:if="${guest}" class="login-link">
@@ -22,7 +22,7 @@
<nav class="sidebar-left"> <nav class="sidebar-left">
<ul> <ul>
<li><a th:href="@{/explore}">Explore</a></li> <li><a th:href="@{/explore}">Explore</a></li>
<li th:unless="${guest}"><a th:href="@{/}">Saved</a></li> <li th:unless="${guest}"><a th:href="@{/favorites}">Saved</a></li>
<li th:unless="${guest}"><a th:href="@{/my-profile}">Profile</a></li> <li th:unless="${guest}"><a th:href="@{/my-profile}">Profile</a></li>
<li th:if="${guest}" class="login-link"> <li th:if="${guest}" class="login-link">
@@ -22,7 +22,7 @@
<nav class="sidebar-left"> <nav class="sidebar-left">
<ul> <ul>
<li><a th:href="@{/explore}">Explore</a></li> <li><a th:href="@{/explore}">Explore</a></li>
<li th:unless="${guest}"><a th:href="@{/}">Saved</a></li> <li th:unless="${guest}"><a th:href="@{/favorites}">Saved</a></li>
<li th:unless="${guest}"><a th:href="@{/my-profile}">Profile</a></li> <li th:unless="${guest}"><a th:href="@{/my-profile}">Profile</a></li>
<li th:if="${guest}" class="login-link"> <li th:if="${guest}" class="login-link">