summaryrefslogtreecommitdiff
path: root/src/views/Commit.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Commit.vue')
-rw-r--r--src/views/Commit.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Commit.vue b/src/views/Commit.vue
index 234fc88..5fbeb13 100644
--- a/src/views/Commit.vue
+++ b/src/views/Commit.vue
@@ -4,7 +4,7 @@
b-container(v-if="loading")
b-overlay(:show="true" spinner-large)
b-container(v-else)
- .commi(v-if="error404")
+ .commit(v-if="error404")
h2 Commit not found
commit-card(
:data="commit"