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:
parent
07efa32cfb
commit
7cd0acc82f
1 changed files with 2 additions and 2 deletions
|
|
@ -986,14 +986,14 @@ export default function Home() {
|
||||||
{/* menu */}
|
{/* 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">
|
<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
|
<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"
|
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" />
|
<Tag className="w-3.5 h-3.5 text-muted-foreground" />
|
||||||
Annotation Types
|
Annotation Types
|
||||||
</a>
|
</a>
|
||||||
<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"
|
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" />
|
<Layers className="w-3.5 h-3.5 text-muted-foreground" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue