Skip to content

Commit

Permalink
chore: remove unplanned search type changing buttons (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Nov 16, 2024
1 parent 1792293 commit 17c4896
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/routes/search/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@
<MobileMenu />
</div>
<div class="mb-0 flex flex-row gap-4 max-lg:row-start-3 lg:col-start-2 lg:col-end-2">
<Button href="/" class="flex flex-row items-center gap-2">
<RiSearchLine class="min-h-5 min-w-5 text-white dark:text-black" />
Text
</Button>
<Button href="/" variant="secondary" class="mr-auto flex flex-row items-center gap-2">
<RiImage2Line class="min-h-5 min-w-5 text-black dark:text-white" />
Images
</Button>
<Button href="/" variant="secondary" class="flex flex-row items-center gap-2">
<RiLinksLine class="min-h-5 min-w-5 text-black dark:text-white" />
Submit URL
Expand All @@ -58,7 +50,7 @@
<Button
builders={[builder]}
variant="secondary"
class="flex flex-row items-center gap-2 max-lg:hidden"
class="max-lg:hidde ml-auto flex flex-row items-center gap-2"
>
<RiEqualizer2Line class="min-h-5 min-w-5 text-black dark:text-white" />
Options
Expand Down

0 comments on commit 17c4896

Please sign in to comment.