feat(tasting-notes): add "creamy" to vegetal flavour category

This commit is contained in:
Jon Seager 2026-02-06 18:46:40 +00:00
parent ea4093b699
commit 531b58e8e6
No known key found for this signature in database

View file

@ -247,6 +247,7 @@ const EXACT_MATCHES: &[(&str, NoteCategory)] = &[
("yoghurt", Vegetal),
("yogurt", Vegetal),
("cream", Vegetal),
("creamy", Vegetal),
];
// ── Substring fallback ───────────────────────────────────────────────