Skip to content

Commit 7b5d8d1

Browse files
committed
minor(modeling-commons): add coming soon to tags page/fix tags broken link
1 parent d46305b commit 7b5d8d1

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

apps/modeling-commons-frontend/app/components/layout/ClientNavbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ const navbarLinks = ref<Array<NavbarLink>>([
222222
{ title: "All Models", href: "/models", icon: "i-lucide-box" },
223223
{ title: "Featured Models", href: "/featured-models", icon: "i-lucide-star" },
224224
{ title: "New Models", href: "/new-models", icon: "i-lucide-circle-plus" },
225-
{ title: "Models by Tag", href: "/models/tags", icon: "i-lucide-tag" },
225+
{ title: "Models by Tag", href: "/tags", icon: "i-lucide-tag" },
226226
],
227227
},
228228
{
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<template>
2+
<div class="min-h-[75vh] flex justify-center items-center">
3+
<Error
4+
icon="i-lucide-tag"
5+
title="Tags are coming soon!"
6+
message="We're working hard to bring you a better tagging experience. Stay tuned for updates!"
7+
/>
8+
</div>
9+
</template>

0 commit comments

Comments
 (0)