Fix: Hunde-Tauglichkeit Labels vereinfacht (Leine/gut/sehr gut/premium)
This commit is contained in:
parent
54a6615ebb
commit
eabc88f0b8
2 changed files with 3 additions and 3 deletions
|
|
@ -33,8 +33,8 @@ window.Page_routes = (() => {
|
|||
const DIFFICULTY_LABEL = { leicht: 'Leicht', mittel: 'Mittel', anspruchsvoll: 'Schwer' };
|
||||
const TERRAIN_LABEL = { wald: 'Wald', asphalt: 'Asphalt', wiese: 'Wiese', mix: 'Mix' };
|
||||
const HUNDE_LABEL = { eingeschränkt: '🐾', gut: '🐾🐾', sehr_gut: '🐾🐾🐾', premium: '🐾🐾🐾🐾' };
|
||||
const HUNDE_TEXT = { eingeschränkt: 'Mit Leine', gut: 'Hundefrdl.',
|
||||
sehr_gut: 'Hunde top', premium: 'Hundefrdl.' };
|
||||
const HUNDE_TEXT = { eingeschränkt: 'Leine', gut: 'gut',
|
||||
sehr_gut: 'sehr gut', premium: 'premium' };
|
||||
const DIFF_COLOR = { leicht: 'background:#dcfce7;color:#15803d;border-color:#bbf7d0',
|
||||
mittel: 'background:#fef9c3;color:#92400e;border-color:#fde68a',
|
||||
anspruchsvoll: 'background:#fee2e2;color:#991b1b;border-color:#fecaca' };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue