Skip to content

Commit caf72e2

Browse files
committed
❌ remove destination filter
1 parent 042129a commit caf72e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Search.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
{#if query}
3030
<button
3131
on:click={() => (query = "")}
32-
class="text-xl flex items-center justify-center aspect-square ml-2"
32+
class="text-xl flex items-center justify-center aspect-square mr-3"
3333
>
3434
<iconify-icon icon="mdi:close"></iconify-icon>
3535
</button>
3636
{/if}
3737

38-
<Popover.Root>
38+
<!-- <Popover.Root>
3939
<Popover.Trigger class="flex items-center h-full gap-1 rounded-md px-xxs uppercase font-jost tracking-widest font-medium text-sm">
4040
<iconify-icon icon="mdi:filter-variant" class="text-xl"></iconify-icon>
4141
<span>Filter</span>
@@ -50,7 +50,7 @@
5050
</h2>
5151
<DestinationSearch />
5252
</Popover.Content>
53-
</Popover.Root>
53+
</Popover.Root> -->
5454
</div>
5555
</form>
5656
</div>

0 commit comments

Comments
 (0)