Skip to content

Commit ee6fa8d

Browse files
authored
Restore bold on repolist (#24337)
Looking at it again, it does look a bit "odd" without bold, so revert the repolist change done in #24307. <img width="141" alt="image" src="https://user-images.githubusercontent.com/115237/234331813-c6e2402f-e099-43b3-aed6-46a0e24e3899.png">
1 parent 0e8045d commit ee6fa8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/DashboardRepoList.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<a class="repo-list-link gt-df gt-ac gt-sb" :href="repo.link">
7575
<div class="item-name gt-df gt-ac gt-f1">
7676
<svg-icon :name="repoIcon(repo)" :size="16" class-name="gt-mr-2"/>
77-
<div class="text truncate gt-ml-1">{{ repo.full_name }}</div>
77+
<div class="text gt-bold truncate gt-ml-1">{{ repo.full_name }}</div>
7878
<span v-if="repo.archived">
7979
<svg-icon name="octicon-archive" :size="16" class-name="gt-ml-2"/>
8080
</span>

0 commit comments

Comments
 (0)