Skip to content

Commit 1e877bc

Browse files
committed
Add Algolia link
1 parent 5660d5f commit 1e877bc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

public/images/algolia.svg

Lines changed: 1 addition & 0 deletions
Loading

resources/views/layouts/_nav.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ class="nav-search block w-full pl-10 pr-3 py-2 border border-gray-300 rounded-md
8989
<span class="block text-sm txt-gray-400" x-html="result._snippetResult.body.value"></span>
9090
</a>
9191
</template>
92+
<a href="https://algolia.com" class="flex justify-end" target="_blank">
93+
<img src="{{ asset('images/algolia.svg') }}" class="h-4 mx-4 my-2" />
94+
</a>
9295
</div>
9396
</div>
9497
</div>

0 commit comments

Comments
 (0)