We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9153e89 commit f052937Copy full SHA for f052937
1 file changed
pages/index.vue
@@ -120,9 +120,9 @@
120
href="https://tech-docs.system76.com/"
121
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
- @click.stop
124
rel="noopener noreferrer"
125
- >
+ @click.stop
+ >
126
<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">
127
<font-awesome-icon icon="screwdriver" />
128
</div>
@@ -151,7 +151,6 @@
151
152
153
<ul class="space-y-2 md:space-y-4">
154
-
155
<li>
156
<a
157
href="https://system76.com/my-account/support-tickets/new"
0 commit comments