Skip to content

Commit

Permalink
Merge branch 'feature/instantsearch-filters' of https://github.com/ra…
Browse files Browse the repository at this point in the history
…pidez/core into feature/instantsearch-filters
  • Loading branch information
Jade-GG committed Jan 24, 2025
2 parents f998f7b + 8bd6e6c commit 5588877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/listing/partials/filter/selected.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<template v-slot="{ canRefine, refine, createURL }">
<div v-show="canRefine" class="flex flex-wrap items-baseline justify-between gap-2 w-full pb-2">
<div class="font-semibold text-base">
@lang('You have filtered for:')
@lang('Selected filters:')
</div>
<a
v-bind:href="createURL()"
Expand Down

0 comments on commit 5588877

Please sign in to comment.