Skip to content

Commit

Permalink
❌ remove destination filter
Browse files Browse the repository at this point in the history
  • Loading branch information
deltea committed Oct 20, 2024
1 parent 042129a commit caf72e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Search.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
{#if query}
<button
on:click={() => (query = "")}
class="text-xl flex items-center justify-center aspect-square ml-2"
class="text-xl flex items-center justify-center aspect-square mr-3"
>
<iconify-icon icon="mdi:close"></iconify-icon>
</button>
{/if}

<Popover.Root>
<!-- <Popover.Root>
<Popover.Trigger class="flex items-center h-full gap-1 rounded-md px-xxs uppercase font-jost tracking-widest font-medium text-sm">
<iconify-icon icon="mdi:filter-variant" class="text-xl"></iconify-icon>
<span>Filter</span>
Expand All @@ -50,7 +50,7 @@
</h2>
<DestinationSearch />
</Popover.Content>
</Popover.Root>
</Popover.Root> -->
</div>
</form>
</div>

0 comments on commit caf72e2

Please sign in to comment.