1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 04:49:37 +02:00

Fix admin page for adventure image

This commit is contained in:
Sean Morley 2024-09-24 17:05:16 -04:00
parent 86cefc8b2f
commit ad195911ff
3 changed files with 3 additions and 3 deletions

View file

@ -219,7 +219,7 @@ export function continentCodeToString(code: string) {
export let ADVENTURE_TYPES = [
{ type: 'general', label: 'General 🌍' },
{ type: 'Outdoor', label: 'Outdoor 🏞️' },
{ type: 'outdoor', label: 'Outdoor 🏞️' },
{ type: 'lodging', label: 'Lodging 🛌' },
{ type: 'dining', label: 'Dining 🍽️' },
{ type: 'activity', label: 'Activity 🏄' },