Remove lingering mapbox token reference

I'll have to fix the underlying map
This commit is contained in:
Eli Ribble 2026-03-09 19:08:44 +00:00
parent 85a3f5e578
commit 034115a515
No known key found for this signature in database

View file

@ -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>