From 7cd0acc82f329c47b7b53d9718939addbb327395 Mon Sep 17 00:00:00 2001 From: Marko Djordjevic Date: Fri, 20 Feb 2026 13:16:45 +0100 Subject: [PATCH] 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 --- src/app/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/app/page.tsx b/src/app/app/page.tsx index c3c9370..b621e46 100644 --- a/src/app/app/page.tsx +++ b/src/app/app/page.tsx @@ -986,14 +986,14 @@ export default function Home() { {/* menu */}
Annotation Types