Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,12 @@

<ul class="space-y-2">
<li>
<nuxt-link
to="/articles/guides"
<a
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"
rel="noopener noreferrer"
@click.stop
>
<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">
<font-awesome-icon icon="screwdriver" />
Expand All @@ -131,9 +134,8 @@
Diagrams and components for System76 hardware.
</p>
</div>
</nuxt-link>
</a>
</li>

</ul>
</div>

Expand All @@ -149,7 +151,6 @@
</div>

<ul class="space-y-2 md:space-y-4">

<li>
<a
href="https://system76.com/my-account/support-tickets/new"
Expand Down
Loading