Skip to content

Commit

Permalink
Restore bold on repolist (#24337)
Browse files Browse the repository at this point in the history
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">
  • Loading branch information
silverwind committed Apr 25, 2023
1 parent 0e8045d commit ee6fa8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/js/components/DashboardRepoList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<a class="repo-list-link gt-df gt-ac gt-sb" :href="repo.link">
<div class="item-name gt-df gt-ac gt-f1">
<svg-icon :name="repoIcon(repo)" :size="16" class-name="gt-mr-2"/>
<div class="text truncate gt-ml-1">{{ repo.full_name }}</div>
<div class="text gt-bold truncate gt-ml-1">{{ repo.full_name }}</div>
<span v-if="repo.archived">
<svg-icon name="octicon-archive" :size="16" class-name="gt-ml-2"/>
</span>
Expand Down

0 comments on commit ee6fa8d

Please sign in to comment.