From ee6fa8d63347707739f343fac8f3a459ab6de2d1 Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 25 Apr 2023 23:19:22 +0200 Subject: [PATCH] Restore bold on repolist (#24337) Looking at it again, it does look a bit "odd" without bold, so revert the repolist change done in https://github.com/go-gitea/gitea/pull/24307. image --- web_src/js/components/DashboardRepoList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/js/components/DashboardRepoList.vue b/web_src/js/components/DashboardRepoList.vue index a3a02ecadb..1af53aac90 100644 --- a/web_src/js/components/DashboardRepoList.vue +++ b/web_src/js/components/DashboardRepoList.vue @@ -74,7 +74,7 @@
-
{{ repo.full_name }}
+
{{ repo.full_name }}