We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821edc8 commit eebe467Copy full SHA for eebe467
1 file changed
resources/js/pages/dashboard/account/AccountStatus.vue
@@ -300,7 +300,11 @@
300
Get help
301
</h2>
302
<div class="grid grid-cols-1 md:grid-cols-2 gap-3">
303
- <router-link to="https://github.com/joinloops/loops-server/discussions/categories/q-a">
+ <a
304
+ href="https://github.com/joinloops/loops-server/discussions/categories/q-a"
305
+ target="_blank"
306
+ rel="noreferrer"
307
+ >
308
<div
309
class="bg-white dark:bg-gray-800 rounded-lg shadow-sm border border-gray-200 dark:border-gray-700"
310
>
@@ -319,7 +323,7 @@
319
323
<i class="bx bx-chevron-right text-gray-400 dark:text-gray-500"></i>
320
324
</div>
321
325
322
- </router-link>
326
+ </a>
327
328
<router-link to="/contact">
329
0 commit comments