mirror of
https://github.com/System-End/daydream-phoenix.git
synced 2026-04-19 19:45:13 +00:00
Fix st aug map
This commit is contained in:
parent
1dd9505f2a
commit
0efab6e94d
1 changed files with 1 additions and 1 deletions
|
|
@ -1207,7 +1207,7 @@ Mumbai`.split("\n")
|
|||
<!-- Map container with cloudy edges -->
|
||||
<div class="relative w-full h-156 overflow-hidden bg-transparent">
|
||||
<iframe
|
||||
src={eventAddress ? "/event-map?location={encodeURIComponent(eventAddress)}" : "/map"}
|
||||
src={eventAddress ? "/event-map?location=" + encodeURIComponent(eventAddress) : "/map"}
|
||||
class="w-full h-full border-0 bg-[#acd4e0]"
|
||||
style="
|
||||
mask-image:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue