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 3c8721c commit 83cc006Copy full SHA for 83cc006
1 file changed
app/components/RuleDeprecatedInfo.vue
@@ -92,7 +92,7 @@ function getLinkClass(url: string | undefined) {
92
</template>
93
</p>
94
<p mt2>
95
- <a text-red underline :href="deprecatedInfo.url">Learn more</a>
+ <a text-red underline target="_blank" :href="deprecatedInfo.url">Learn more</a>
96
97
</div>
98
0 commit comments