Skip to content

Commit 6aee29d

Browse files
rampa3mudler
andauthored
fix(ui): Update few links in web UI from 'browse' to '/browse/' (#7445)
* Update few links in web UI from 'browse' to '/browse/' Signed-off-by: rampa3 <68955305+rampa3@users.noreply.github.com> * Update core/http/views/404.html Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com> * Update core/http/views/error.html Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com> * Update core/http/views/manage.html Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com> --------- Signed-off-by: rampa3 <68955305+rampa3@users.noreply.github.com> Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com> Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
1 parent c3493e4 commit 6aee29d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

core/http/views/404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1 class="hero-title mb-4">
2424
<i class="fas fa-home mr-2"></i>
2525
<span>Return Home</span>
2626
</a>
27-
<a href="browse"
27+
<a href="browse/"
2828
class="inline-flex items-center bg-[#8B5CF6] hover:bg-[#8B5CF6]/90 text-white font-semibold py-3 px-6 rounded-lg transition-colors">
2929
<i class="fas fa-images mr-2"></i>
3030
<span>Browse Gallery</span>
@@ -49,4 +49,4 @@ <h2 class="text-2xl md:text-3xl font-semibold text-[#E5E7EB] mb-4">Looking for r
4949
</div>
5050

5151
</body>
52-
</html>
52+
</html>

core/http/views/error.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1 class="hero-title mb-4" style="color: var(--color-error);">
2424
<i class="fas fa-home mr-2"></i>
2525
<span>Return Home</span>
2626
</a>
27-
<a href="browse"
27+
<a href="browse/"
2828
class="inline-flex items-center bg-[#8B5CF6] hover:bg-[#8B5CF6]/90 text-white font-semibold py-3 px-6 rounded-lg transition-colors">
2929
<i class="fas fa-images mr-2"></i>
3030
<span>Browse Gallery</span>
@@ -49,4 +49,4 @@ <h2 class="text-2xl md:text-3xl font-semibold text-[#E5E7EB] mb-4">Need help?</h
4949
</div>
5050

5151
</body>
52-
</html>
52+
</html>

core/http/views/manage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h1 class="hero-title">
4343

4444
<!-- Quick Actions -->
4545
<div class="flex flex-wrap justify-center gap-3">
46-
<a href="browse" class="btn-primary text-sm py-1.5 px-3">
46+
<a href="browse/" class="btn-primary text-sm py-1.5 px-3">
4747
<i class="fas fa-images mr-1.5 text-[10px]"></i>
4848
<span>Model Gallery</span>
4949
</a>

0 commit comments

Comments
 (0)