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:
parent
86cefc8b2f
commit
ad195911ff
3 changed files with 3 additions and 3 deletions
|
@ -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 🏄' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue