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://github.com/kcal-app/kcal/actions/workflows/ci.yml)
|
||||||
[](https://coveralls.io/github/kcal-app/kcal)
|
[](https://coveralls.io/github/kcal-app/kcal)
|
||||||
|
|
||||||
|
## Search
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
### Laravel Sail
|
### 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>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
@if(config('scout.driver') === 'algolia')
|
@if(config('scout.driver') === 'algolia')
|
||||||
<div class="flex justify-center pt-12 sm:pt-0 sm:justify-start">
|
<x-search-by-algolia />
|
||||||
<a href="https://www.algolia.com/" target="_blank">
|
|
||||||
<img src="{{ asset('images/search-by-algolia-light-background.svg') }}" alt="Search by Algolia">
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@once
|
@once
|
||||||
|
|
|
||||||
|
|
@ -182,6 +182,9 @@
|
||||||
</x-inputs.button>
|
</x-inputs.button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@if(config('scout.driver') === 'algolia')
|
||||||
|
<x-search-by-algolia />
|
||||||
|
@endif
|
||||||
|
|
||||||
@once
|
@once
|
||||||
@push('styles')
|
@push('styles')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue