Skip to content

Commit

Permalink
fix(links): remove noreferrer
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jun 30, 2020
1 parent 64c52b6 commit 8579a72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/pages/dashboard/content/PostSource.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
v-if="isUrl"
:href="source[0]"
class="inline-flex"
rel="noreferrer noopener nofollow"
rel="noopener nofollow"
target="_blank"
>
<p class="color-util" v-text="'Source'" />
Expand Down
2 changes: 1 addition & 1 deletion components/utils/ContentContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
v-if="link"
:href="link"
target="_blank"
rel="noopener noreferrer"
rel="noopener"
class="text-sm"
v-text="linkText"
/>
Expand Down
2 changes: 1 addition & 1 deletion pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:class="{ zoom: userSettings.zoom.value }"
href="https://akbal.dev/"
target="_blank"
rel="noopener noreferrer"
rel="noopener"
class="material-container bg-elevation m-auto p-5 shadow-md"
>
<div>
Expand Down

0 comments on commit 8579a72

Please sign in to comment.