diff --git a/components/content/RefseqDb.vue b/components/content/RefseqDb.vue index 2093c06dc1c1e92d59d5ea475b8d7deb2bc6e17b..1296f71544b80f1d775e2f9cc263dc7eb6e57320 100644 --- a/components/content/RefseqDb.vue +++ b/components/content/RefseqDb.vue @@ -474,13 +474,13 @@ async function downloadPng(component: ComponentPublicInstance | null, filename: </CollapsibleChips> </template> <template #[`item.type`]="{ item }"> - <v-chip color="primary" variant="text" :to="`/defense-systems/${item.type.toLowerCase()}`" target="_blank"> {{ + <v-chip color="info" link size="small" :to="`/defense-systems/${item.type.toLowerCase()}`" target="_blank"> {{ item.type }} </v-chip> </template> <template #[`item.subtype`]="{ item }"> - <v-chip color="primary" variant="text" :to="`/defense-systems/${item.type.toLowerCase()}`" target="_blank"> {{ + <v-chip color="info" link size="small" :to="`/defense-systems/${item.type.toLowerCase()}`" target="_blank"> {{ item.subtype }} </v-chip> </template>