Skip to content
Snippets Groups Projects
Commit c355ebf5 authored by Payton Burdette's avatar Payton Burdette
Browse files

Remove rel attribute

Remove the rel attribute from the 
GlLink component.
parent 144239dd
Branches pb-resolve-tech-debt-sidebar-detail-row
No related tags found
No related merge requests found
Loading
Loading
@@ -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>
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment