Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKashBoi7 <77999576+KashBoi7@users.noreply.github.com>2022-10-18 04:57:27 +0300
committerKashBoi7 <77999576+KashBoi7@users.noreply.github.com>2022-10-18 04:57:27 +0300
commit53a24ec09b86551b9266afc51afcc91a79418455 (patch)
tree3a739c802f83408c5e4b25d5c065fc3ea9a006d5
parentde1831f2c74032f8ccfe42a8eb174088363e011f (diff)
Update to help page
embeds a link into the chrome webstore firefox addon snippets and
-rw-r--r--Website/pages/help.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/Website/pages/help.vue b/Website/pages/help.vue
index 4bfc7a5..d0fbce2 100644
--- a/Website/pages/help.vue
+++ b/Website/pages/help.vue
@@ -94,10 +94,10 @@
<br />
{{ $vuetify.lang.t("$vuetify.help.bullet4c1") }}
<br />
- <code>about:addons</code>
+ <a href="about:addons"><code>about:addons</code></a>
{{ $vuetify.lang.t("$vuetify.help.firefox") }}
<br />
- <code>chrome://extensions</code>
+ <a href="chrome://extensions/"><code>chrome://extensions</code></a>
{{ $vuetify.lang.t("$vuetify.help.chrome") }}
</li>
</ol>