Skip to content

Commit a4f80ba

Browse files
routing the tech docs link directly to tech docs (#1365)
* routing the tech docs link directly to tech docs * Address JS lint warnings --------- Co-authored-by: Jacob Kauffmann <jacob@system76.com>
1 parent b9c5974 commit a4f80ba

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

pages/index.vue

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,12 @@
116116

117117
<ul class="space-y-2">
118118
<li>
119-
<nuxt-link
120-
to="/articles/guides"
119+
<a
120+
href="https://tech-docs.system76.com/"
121121
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"
122+
target="_blank"
123+
rel="noopener noreferrer"
124+
@click.stop
122125
>
123126
<div class="flex items-center justify-center flex-shrink-0 w-10 h-10 rounded-full bg-warm-gray-600 text-white sm:h-12 sm:w-12 transition duration-150 ease-in-out group-hover:bg-orange-500 group-focus:bg-orange-500">
124127
<font-awesome-icon icon="screwdriver" />
@@ -131,9 +134,8 @@
131134
Diagrams and components for System76 hardware.
132135
</p>
133136
</div>
134-
</nuxt-link>
137+
</a>
135138
</li>
136-
137139
</ul>
138140
</div>
139141

@@ -149,7 +151,6 @@
149151
</div>
150152

151153
<ul class="space-y-2 md:space-y-4">
152-
153154
<li>
154155
<a
155156
href="https://system76.com/my-account/support-tickets/new"

0 commit comments

Comments
 (0)