Remove mapbox links

This commit is contained in:
Jonny Barnes 2023-05-04 18:32:07 +01:00
parent 2ce58ace34
commit 5f54517aa6
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
6 changed files with 0 additions and 31 deletions

View file

@ -10,7 +10,3 @@
<p class="latlnginfo">Latitude: <span class="p-latitude">{{ $place->latitude }}</span>, longitude: <span class="p-longitude">{{ $place->longitude }}</span></p>
</div>
@stop
@section('scripts')
@include('templates.mapbox-links')
@stop