Commit c355ebf5 authored by Payton Burdette's avatar Payton Burdette

Remove rel attribute

Remove the rel attribute from the 
GlLink component.
parent 144239dd
......@@ -38,7 +38,7 @@ export default {
<span v-if="hasTitle"
><b>{{ title }}:</b> {{ value }}</span
>
<gl-link v-if="hasHelpURL" :href="helpUrl" target="_blank" rel="noopener noreferrer nofollow">
<gl-link v-if="hasHelpURL" :href="helpUrl" target="_blank">
<gl-icon name="question-o" />
</gl-link>
</p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment