summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/views/Repository.vue2
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