From fa76107eeca937667e10648e9bccb4decd343268 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 23 Mar 2021 21:21:02 +0100 Subject: feat: add search field --- src/views/Commit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/views/Commit.vue') 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" -- cgit v1.2.3-18-g5258