diff --git a/ui/pages/dashboard/[owner]/index.vue b/ui/pages/dashboard/[owner]/index.vue index 2de55e47..93c42b30 100644 --- a/ui/pages/dashboard/[owner]/index.vue +++ b/ui/pages/dashboard/[owner]/index.vue @@ -100,14 +100,14 @@ const filteredRepos = computed(() => { -
+ -
-
+
+
{{ repo?.latestCommitMessage }} @@ -116,7 +116,7 @@ const filteredRepos = computed(() => { v-if="repo?.latestCommitSha" :to="repo?.latestCommitUrl" target="_blank" - class="flex items-center gap-1 truncate text-left text-sm text-gray-500 transition-all hover:text-blue-500 hover:underline" + class="flex items-center gap-1 truncate text-left text-sm text-gray-400 transition-all hover:text-blue-500 hover:underline" > {{ repo.latestCommitSha?.substring(0, 7) }}