diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-04-05 23:40:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 23:40:59 +0200 |
commit | c221b950010a82b8c04d6d982d48c5d024d45c08 (patch) | |
tree | 6eee4a9805dd0afc53258517adb2fee0bbb2493d | |
parent | c64e2fbb78c69be939edea15f76931db625092cf (diff) |
fix: typomain
-rw-r--r-- | src/views/Repository.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Repository.vue b/src/views/Repository.vue index abb40a9..a30578d 100644 --- a/src/views/Repository.vue +++ b/src/views/Repository.vue @@ -10,7 +10,7 @@ b-button.open-github( :href="'https://github.com/'+user+'/'+name" variant="outline-dark" target="_new" - ) Open on GitHub + ) Open in GitHub i.fab.fa-github section(v-if="commits.length > 0") .commit.no-hover |