From c28311ceae6ad2eac7bf3ae848059d37e1352545 Mon Sep 17 00:00:00 2001 From: cc Date: Tue, 14 Apr 2026 17:56:36 +0200 Subject: [PATCH] Move navigation links to top right, fix base path - Links now on same row as breadcrumb/version switcher - Removed addBasePath from Link hrefs (Next.js handles it) --- src/app/os/layout.tsx | 74 ++++++++++++++++++++++--------------------- 1 file changed, 38 insertions(+), 36 deletions(-) diff --git a/src/app/os/layout.tsx b/src/app/os/layout.tsx index 51c8868..ad6bd0b 100644 --- a/src/app/os/layout.tsx +++ b/src/app/os/layout.tsx @@ -39,44 +39,46 @@ export default function OSDetailLayout({ return (
-
+
- - - - Home - - - - - {os?.split("/")[0]} - - - - - -
+
+ + + + Home + + + + + {os?.split("/")[0]} + + + + + +
- + +
{children}