diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-03-23 21:21:02 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2021-03-23 21:30:19 +0100 |
commit | fa76107eeca937667e10648e9bccb4decd343268 (patch) | |
tree | 8f069810603f70a252b0217672c13902df90e5ab /src/views | |
parent | 8a04db5cdb1fad22ddc0764cb60b2e5a9822a417 (diff) |
feat: add search field
Diffstat (limited to 'src/views')
-rw-r--r-- | src/views/Commit.vue | 2 |
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" |