From 864718b41364360a09d3091027705f3be707305b Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Mon, 16 Oct 2023 16:05:50 +0200 Subject: [PATCH] change color primary to info --- components/content/Contributors.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/content/Contributors.vue b/components/content/Contributors.vue index d182bb88..5c173d62 100644 --- a/components/content/Contributors.vue +++ b/components/content/Contributors.vue @@ -9,6 +9,6 @@ const contributorsString = computed(() => { </script> <template> - <div v-if="contributorsString" class="mt-n6 mb-6 text-subtitle-1 text-primary">Contributors: {{ contributorsString }} + <div v-if="contributorsString" class="mt-n6 mb-6 text-subtitle-1 text-info">Contributors: {{ contributorsString }} </div> </template> \ No newline at end of file -- GitLab