Remove lingering mapbox token reference
I'll have to fix the underlying map
This commit is contained in:
parent
85a3f5e578
commit
034115a515
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ document.addEventListener("DOMContentLoaded", onLoad);
|
||||||
</h5>
|
</h5>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body p-0">
|
<div class="card-body p-0">
|
||||||
<map-with-markers api-key="{{ .MapboxToken }}" zoom="14" />
|
<map-with-markers zoom="14" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue