From 57e1a9e33597f30da0870a9af4d3e9167a7b3367 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 24 Mar 2021 20:53:29 +0100 Subject: fix: typo for commits found number --- src/views/Search.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/views/Search.vue') diff --git a/src/views/Search.vue b/src/views/Search.vue index 5cbfe33..50f922c 100644 --- a/src/views/Search.vue +++ b/src/views/Search.vue @@ -5,7 +5,7 @@ b-overlay(:show="true" spinner-large) b-container(v-else) .commit.no-hover - h2 Commits found {{ commits.length }} + h2 Commits found: {{ commits.length }} .commit.no-hover(style="padding: 50px" v-if="loading") b-overlay(:show="true" spinner-large) commit-card( -- cgit v1.2.3-18-g5258