1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-05 05:05:17 +02:00

feat: dropdown traveler

This commit is contained in:
RianKhanafi 2025-07-15 11:14:49 +07:00
parent 5d5f5fa7d4
commit ab65268d9a

View file

@ -493,7 +493,8 @@ export let themes = [
{ name: 'aqua', label: 'Aqua' },
{ name: 'aestheticLight', label: 'Aesthetic Light' },
{ name: 'aestheticDark', label: 'Aesthetic Dark' },
{ name: 'northernLights', label: 'Northern Lights' }
{ name: 'northernLights', label: 'Northern Lights' },
{ name: 'traveler', label: 'Traveler' }
];
export function osmTagToEmoji(tag: string) {