🎨 Add rounded corners to maps on meetups pages

- Updated `map.blade.php` and `landingpage.blade.php` to include `rounded` class for improved styling.
This commit is contained in:
HolgerHatGarKeineNode
2025-11-23 17:06:32 +01:00
parent 5e342d73f7
commit a1036e3ec0
2 changed files with 2 additions and 2 deletions

View File

@@ -154,6 +154,6 @@ class extends Component {
}"
x-init="initializeMap()"
>
<div id="map" x-ref="map"></div>
<div class="rounded" id="map" x-ref="map"></div>
</div>
</div>