Update hardcoded links in app page from / to /app

- Changed href="/annotation-types" to href="/app/annotation-types"
- Changed href="/span-label-types" to href="/app/span-label-types"

These links are in the settings menu of the main app workspace
and should navigate within the protected /app route group.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marko Djordjevic 2026-02-20 13:16:45 +01:00
parent 07efa32cfb
commit 7cd0acc82f

View file

@ -986,14 +986,14 @@ export default function Home() {
{/* menu */}
<div className="absolute bottom-full left-3 mb-1 z-20 w-48 rounded-md border border-border bg-popover shadow-md py-1">
<a
href="/annotation-types"
href="/app/annotation-types"
className="flex items-center gap-2 px-3 py-2 text-xs text-foreground hover:bg-secondary/50 transition-colors"
>
<Tag className="w-3.5 h-3.5 text-muted-foreground" />
Annotation Types
</a>
<a
href="/span-label-types"
href="/app/span-label-types"
className="flex items-center gap-2 px-3 py-2 text-xs text-foreground hover:bg-secondary/50 transition-colors"
>
<Layers className="w-3.5 h-3.5 text-muted-foreground" />