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:
parent
5d5f5fa7d4
commit
ab65268d9a
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue