Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Fix up other external links
Browse files Browse the repository at this point in the history
The other links were intended to be externally opening links (as
evidenced by the `rel` attribute on them) but the `target="_blank"` bit
was missing on some of them. All have been updated to use the AExt
component.
  • Loading branch information
waxlamp committed Feb 21, 2020
1 parent a9eecf6 commit c9997f9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions client/src/components/AboutDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@
<v-card-text
class="px-4 pt-4 pb-1"
>
Multinet is a system for storing and processing <a
href="https://vdl.sci.utah.edu/mvnv/" rel="noopener
noreferrer">multivariate networks</a>. Learn more and explore the code
at <a href="https://github.com/multinet-app/multinet" rel="noopener
noreferrer">GitHub</a>.
Multinet is a system for storing and processing <a-ext
href="https://vdl.sci.utah.edu/mvnv/">multivariate networks</a-ext>. Learn more and explore the code
at <a-ext href="https://github.com/multinet-app/multinet">GitHub</a-ext>.
</v-card-text>

<v-card-text class="px-4 pt-4 pb-1">
Expand All @@ -45,7 +43,7 @@
class="px-4 pt-4 pb-1"
>
This instance of Multinet was built from Git SHA
<a :href="gitShaURL" target="_blank" rel="noopener noreferrer">{{gitSha.slice(0, 6)}}</a>.
<a-ext :href="gitShaURL">{{gitSha.slice(0, 6)}}</a-ext>.
</v-card-text>

<v-divider />
Expand Down

0 comments on commit c9997f9

Please sign in to comment.