From 7b924d82a142e4b1378c8e88f0b5b2bb69711bb1 Mon Sep 17 00:00:00 2001 From: Emma Truong Date: Fri, 13 Mar 2026 13:48:08 -0600 Subject: [PATCH 1/2] routing the tech docs link directly to tech docs --- pages/index.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index d010d9c983..1eebbad7fa 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -116,10 +116,13 @@ From 6d93c10785c913f9ce15201c4ab31d87981ae36c Mon Sep 17 00:00:00 2001 From: Jacob Kauffmann Date: Mon, 16 Mar 2026 10:49:10 -0600 Subject: [PATCH 2/2] Address JS lint warnings --- pages/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 1eebbad7fa..038d644fe8 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -120,9 +120,9 @@ href="https://tech-docs.system76.com/" class="flex items-center px-4 py-3 transition duration-150 ease-in-out rounded-md group hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-orange-500" target="_blank" - @click.stop rel="noopener noreferrer" - > + @click.stop + >
@@ -151,7 +151,6 @@