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 a76c5e5 commit 78c364fCopy full SHA for 78c364f
docs/.vitepress/theme/components/Landing/Referral.vue
@@ -59,8 +59,9 @@
59
60
<!-- Terminal Content -->
61
<div class="p-3 bg-white dark:bg-[#202127]/40">
62
- <code
63
- class="language-bash mr-auto ml-0 text-sm text-[#E2931D] dark:text-[#FFCB6B]">{{ referralUrl }}</code>
+ <a :href="referralUrl" target="_blank" rel="noopener noreferrer">
+ <code class="language-bash mr-auto ml-0 text-sm text-[#E2931D] dark:text-[#FFCB6B]">{{ referralUrl }}</code>
64
+ </a>
65
</div>
66
67
@@ -99,7 +100,7 @@
99
100
<ClientOnly>
101
<Globe />
102
</ClientOnly>
-
103
+
104
105
</template>
106
0 commit comments