We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent a103b79 commit c641a22Copy full SHA for c641a22
web_src/js/components/DashboardRepoList.vue
@@ -71,7 +71,7 @@
71
<div v-if="repos.length" class="ui attached table segment gt-rounded-bottom">
72
<ul class="repo-owner-name-list">
73
<li v-for="repo in repos" :key="repo.id">
74
- <a class="repo-list-link gt-df gt-ac gt-sb" :href="repo.link">
+ <a class="repo-list-link muted gt-df gt-ac gt-sb" :href="repo.link">
75
<div class="item-name gt-df gt-ac gt-f1">
76
<svg-icon :name="repoIcon(repo)" :size="16" class-name="gt-mr-2"/>
77
<div class="text gt-bold truncate gt-ml-1">{{ repo.full_name }}</div>
0 commit comments