Skip to content

Commit c77383f

Browse files
committed
feat(homepage): updated v2 endpoint used for logo
1 parent bd9e25d commit c77383f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/layouts/app-nav.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hove
2626
<div class="flex-1 flex items-center justify-center sm:items-stretch sm:justify-start">
2727
<div class="flex-shrink-0 flex items-center">
2828
<img class="block h-8 w-auto"
29-
src="/api/v2/font-awesome/v5/icon-stack?size=64&icon=fa-map-marker-alt&color=fff&on=fa-map-solid&oncolor=777&iconsize=25&hoffset=33&voffset=8"
29+
src="/api/v2/font-awesome/v5/icon-stack?size=64&icon=fa-map-marker-alt&color=fff&on=fa-map-solid&oncolor=777&iconsize=14&hoffset=21&voffset=8"
3030
alt="MapMarker.io Logo">
3131
<span class="hidden md:inline-block font-bold text-xl ml-2 text-gray-50">MapMarker.io</span>
3232
</div>

0 commit comments

Comments
 (0)