1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-25 15:59:38 +02:00

feat: update .env.example for demo database setup and add image search functionality in AdventureModal

This commit is contained in:
Sean Morley 2025-01-03 16:42:27 -05:00
parent 56244329f5
commit a4df852744
2 changed files with 13 additions and 1 deletions

View file

@ -545,6 +545,7 @@
if (adventure.is_visited && !reverseGeocodePlace?.is_visited) {
markVisited();
}
imageSearch = adventure.name;
}
</script>