Add moar emojis

This commit is contained in:
2026-05-21 18:22:27 +03:00
parent 89f7640948
commit fdcf6f3af3
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ impl Level for Minimum {
"Write the smallest possible valid YAML — a single empty document is enough." "Write the smallest possible valid YAML — a single empty document is enough."
.to_string(), .to_string(),
flavor: flavor:
"A heavy door bars the way. A glyph above it asks only for the smallest valid offering." "🚪 A heavy door bars the way. A glyph above it asks only for the smallest valid offering."
.to_string(), .to_string(),
} }
} }

View File

@@ -75,7 +75,7 @@ impl Level for KeyValue {
Generated { Generated {
target_yaml, target_yaml,
description, description,
flavor: "You stand at a junction. Map what you see.".to_string(), flavor: "🧭 You stand at a junction. Map what you see.".to_string(),
} }
} }
} }