Skip to content

Commit

Permalink
fix: update placeholder text to include proof
Browse files Browse the repository at this point in the history
  • Loading branch information
glpecile committed Aug 9, 2024
1 parent 7c69f75 commit 0803eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions explorer/lib/explorer_web/components/search.ex
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ defmodule SearchComponent do
<input
phx-hook="SearchFocus"
id={"input_#{assigns.id}"}
class="pr-10 shadow-md flex h-10 w-full md:min-w-72 file:border-0 text-foreground file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed flex-1 rounded-md border border-foreground/20 bg-card px-4 py-2 text-sm font-medium transition-colors hover:bg-muted focus:outline-none focus:ring-1 disabled:pointer-events-none disabled:opacity-50 hover:text-foreground"
class="pr-10 shadow-md flex h-10 w-full md:min-w-80 file:border-0 text-foreground file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed flex-1 rounded-md border border-foreground/20 bg-card px-4 py-2 text-sm font-medium transition-colors hover:bg-muted focus:outline-none focus:ring-1 disabled:pointer-events-none disabled:opacity-50 hover:text-foreground"
type="search"
placeholder="Search by batch hash (cmd+K)"
placeholder="Enter batch or proof hash (cmd+K)"
name="batch[merkle_root]"
/>
<.button
Expand Down

0 comments on commit 0803eb4

Please sign in to comment.