mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +00:00
🎨 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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user