mirror of https://github.com/kcal-app/kcal.git
Add Agolia credit to recipe edit page as well
This commit is contained in:
parent
4a273d7731
commit
ffba473855
|
|
@ -2,6 +2,10 @@
|
|||
[](https://github.com/kcal-app/kcal/actions/workflows/ci.yml)
|
||||
[](https://coveralls.io/github/kcal-app/kcal)
|
||||
|
||||
## Search
|
||||
|
||||
|
||||
|
||||
## Development
|
||||
|
||||
### Laravel Sail
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
<div class="flex justify-center pt-12 sm:pt-0 sm:justify-start">
|
||||
<a href="https://www.algolia.com/" target="_blank">
|
||||
<img src="{{ asset('images/search-by-algolia-light-background.svg') }}" alt="Search by Algolia">
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -32,11 +32,7 @@
|
|||
</div>
|
||||
</form>
|
||||
@if(config('scout.driver') === 'algolia')
|
||||
<div class="flex justify-center pt-12 sm:pt-0 sm:justify-start">
|
||||
<a href="https://www.algolia.com/" target="_blank">
|
||||
<img src="{{ asset('images/search-by-algolia-light-background.svg') }}" alt="Search by Algolia">
|
||||
</a>
|
||||
</div>
|
||||
<x-search-by-algolia />
|
||||
@endif
|
||||
|
||||
@once
|
||||
|
|
|
|||
|
|
@ -182,6 +182,9 @@
|
|||
</x-inputs.button>
|
||||
</div>
|
||||
</form>
|
||||
@if(config('scout.driver') === 'algolia')
|
||||
<x-search-by-algolia />
|
||||
@endif
|
||||
|
||||
@once
|
||||
@push('styles')
|
||||
|
|
|
|||
Loading…
Reference in New Issue