Fix trips page

This commit is contained in:
2024-01-27 11:29:45 +11:00
parent b2b4ed3f2e
commit 53bade3ce1
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ div class="mb-4 prose dark:prose-invert max-w-prose mx-auto text-gray-800 dark:t
== trip.summary
div class="mb-4 max-w-prose mx-auto"
div id='map' style='width: 100%; height: 400px' data-markers="#{JSON.generate(places.map(&:value))}"
div class="rounded" id='map' style='width: 100%; height: 400px' data-markers="#{JSON.generate(places.map(&:value))}"
div class="h-feed mb-12 max-w-prose mx-auto"
- posts.each do |post|