Skip to content

Commit

Permalink
qualityText : notion de Inconnue manquante fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul LOPEZ committed Nov 10, 2024
1 parent d5ae49d commit 0fe122c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/content/QualityText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ const qualities: QualityText = {
color: {
text: 'text-[#00FF00]'
}
},
unknown: {
title: 'Inconnue',
color: {
text: 'text-[#000000]'
}
}
};
</script>

0 comments on commit 0fe122c

Please sign in to comment.