Skip to content

Commit 83cc006

Browse files
authored
feat: open deprecated link in new tab (#225)
1 parent 3c8721c commit 83cc006

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/RuleDeprecatedInfo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function getLinkClass(url: string | undefined) {
9292
</template>
9393
</p>
9494
<p mt2>
95-
<a text-red underline :href="deprecatedInfo.url">Learn more</a>
95+
<a text-red underline target="_blank" :href="deprecatedInfo.url">Learn more</a>
9696
</p>
9797
</div>
9898
</template>

0 commit comments

Comments
 (0)