Skip to content

Commit c641a22

Browse files
1 parent a103b79 commit c641a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/DashboardRepoList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<div v-if="repos.length" class="ui attached table segment gt-rounded-bottom">
7272
<ul class="repo-owner-name-list">
7373
<li v-for="repo in repos" :key="repo.id">
74-
<a class="repo-list-link gt-df gt-ac gt-sb" :href="repo.link">
74+
<a class="repo-list-link muted 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"/>
7777
<div class="text gt-bold truncate gt-ml-1">{{ repo.full_name }}</div>

0 commit comments

Comments
 (0)