From 3602eab23a5348d9f816f767c67c2863a31015bc Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Fri, 26 Apr 2024 14:38:16 +0200 Subject: [PATCH] change title percent genome --- components/content/ArticleSystemDistributionPlot.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/content/ArticleSystemDistributionPlot.vue b/components/content/ArticleSystemDistributionPlot.vue index 74831a48..f5baa9e0 100644 --- a/components/content/ArticleSystemDistributionPlot.vue +++ b/components/content/ArticleSystemDistributionPlot.vue @@ -238,7 +238,7 @@ async function fetchRefSeqTaxo() { <v-col cols="12" md="5"> <v-card flat> <v-card-item class="mb-4"> - <v-card-title> Genome Percent + <v-card-title class="text-subtitle-2"> Percent genome having the system </v-card-title> </v-card-item> <v-card-text class="pr-0"> @@ -254,7 +254,7 @@ async function fetchRefSeqTaxo() { <v-col cols="12" md="7"> <v-card flat> <v-card-item> - <v-card-title> Minimum genomes count to display + <v-card-title class="text-subtitle-2"> Minimum genomes count to display </v-card-title> </v-card-item> <v-card-text class="pr-0"> -- GitLab