We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab4788 commit 87eed68Copy full SHA for 87eed68
public/images/algolia.svg
resources/views/layouts/_nav.blade.php
@@ -89,6 +89,9 @@ class="nav-search block w-full pl-10 pr-3 py-2 border border-gray-300 rounded-md
89
<span class="block text-sm txt-gray-400" x-html="result._snippetResult.body.value"></span>
90
</a>
91
</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>
95
</div>
96
97
0 commit comments