fix annotation links
This commit is contained in:
parent
54a45146ed
commit
ea8c86f425
1 changed files with 2 additions and 2 deletions
|
|
@ -369,7 +369,7 @@ export default function SettingsPage() {
|
|||
</CardHeader>
|
||||
<CardContent className="p-0">
|
||||
<Link
|
||||
href="/app/annotation-types"
|
||||
href="/annotation-types"
|
||||
className="flex items-center justify-between px-6 py-3 hover:bg-secondary/50 transition-colors border-b border-border"
|
||||
>
|
||||
<div className="flex items-center gap-3">
|
||||
|
|
@ -382,7 +382,7 @@ export default function SettingsPage() {
|
|||
<ChevronRight className="h-4 w-4 text-muted-foreground" />
|
||||
</Link>
|
||||
<Link
|
||||
href="/app/span-label-types"
|
||||
href="/span-label-types"
|
||||
className="flex items-center justify-between px-6 py-3 hover:bg-secondary/50 transition-colors"
|
||||
>
|
||||
<div className="flex items-center gap-3">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue