Skip to content

Commit

Permalink
fix: hide full post from start
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasNorin committed Aug 1, 2024
1 parent 0c44588 commit be627de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/modal.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="c-openstreetmap__post-full" role="dialog" aria-hidden="true" aria-labelledby="osm-{{$place->id}}-title" data-js-osm-full-post="osm-{{$place->id}}">
<div class="c-openstreetmap__post-full u-display--none" role="dialog" aria-hidden="true" aria-labelledby="osm-{{$place->id}}-title" data-js-osm-full-post="osm-{{$place->id}}">

<div class="c-openstreetmap__button-back-container">
@icon([
Expand Down

0 comments on commit be627de

Please sign in to comment.