Skip to content

Commit

Permalink
remove search button for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cbh123 committed Oct 11, 2023
1 parent 976145b commit b6587cd
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions lib/emoji_web/live/home_live.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@
<.button name="submit" value="generate" phx-disable-with="Saving..." class="self-end ml-2">
Generate
</.button>
<.outline_button
name="submit"
value="search"
phx-disable-with="Searching..."
class="self-end ml-2"
>
Search
</.outline_button>
<div class="hidden">
<.outline_button
name="submit"
value="search"
phx-disable-with="Searching..."
class="self-end ml-2"
>
Search
</.outline_button>
</div>
</div>
<span class="text-xs text-gray-500">
Try something simple like ‘cat’ or ‘high five’. Click to download, and then add as a Slack emoji!
Expand All @@ -52,7 +54,7 @@
</ul>
</div>
<.header class="mt-12">Latest</.header>
<ul
<ul
id="latest-predictions"
phx-update="stream"
role="list"
Expand Down

0 comments on commit b6587cd

Please sign in to comment.