fix annotation links

This commit is contained in:
Marko Djordjevic 2026-02-20 22:30:55 +01:00
parent 54a45146ed
commit ea8c86f425

View file

@ -369,7 +369,7 @@ export default function SettingsPage() {
</CardHeader> </CardHeader>
<CardContent className="p-0"> <CardContent className="p-0">
<Link <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" 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"> <div className="flex items-center gap-3">
@ -382,7 +382,7 @@ export default function SettingsPage() {
<ChevronRight className="h-4 w-4 text-muted-foreground" /> <ChevronRight className="h-4 w-4 text-muted-foreground" />
</Link> </Link>
<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" className="flex items-center justify-between px-6 py-3 hover:bg-secondary/50 transition-colors"
> >
<div className="flex items-center gap-3"> <div className="flex items-center gap-3">