We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5902b73 commit 1047766Copy full SHA for 1047766
pages/vanilla.vue
@@ -54,7 +54,7 @@ onMounted(() => {
54
<iframe id="vanilla-embed" src="../vanilla-embed.html" frameborder="0" height="100em"></iframe>
55
</div>
56
<br>
57
- <Button color="blue" @click="navigateTo(`https://wiki.download.fo/readme/install-instructions#minecraft-launcher-vanilla`, { external: true })">
+ <Button color="blue" @click="navigateTo(`https://wiki.download.fo/install-instructions#minecraft-launcher-vanilla`, { external: true })">
58
<WikiIcon />{{ $t("content.vanilla.button.howto") }}
59
</Button>
60
<p><b>{{ $t("content.vanilla.button.disclaimer.important") }}</b> {{ $t("content.vanilla.button.disclaimer.text") }}</p>
0 commit comments