Skip to content

Commit

Permalink
remove non-working bookmark search
Browse files Browse the repository at this point in the history
  • Loading branch information
chakany committed Mar 23, 2024
1 parent 617a1cf commit 52f9645
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/bookmarks/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,13 @@
{/if}
</div>

<!--
NONFUNCTIONAL:
<div class="flex bg-input mx-0.5 rounded-xl">
<input class="rounded-xl bg-input border-none grow" type="search" placeholder="Search" />
<MagnifyingGlassIcon class="self-center mr-3" />
</div>
-->

{#if events.length > 0 && loaded == true}
<Feed {events} />
Expand Down

0 comments on commit 52f9645

Please sign in to comment.