Skip to content

Commit

Permalink
updated placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
urluckyturtle01 committed Dec 7, 2023
1 parent e59c53b commit 945f0bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/home/components/SearchDashboards/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function SearchDashboards() {
router.push("/programs?p_Program+Address=JUP4Fb2cqiRUcaTHdrPC8h2gNsA2ETXiPDD33WcGuJB");
}}
ref={searchRef}
placeholder="Program/Token"
placeholder="Program or Token"
/>
<Transition in={searchActive} nodeRef={dashboardListRef}>
{(state) => (
Expand Down
4 changes: 2 additions & 2 deletions pages/programs/components/ProgramAddressInput/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ function ProgramAdressInput({ isDashboard, parameterName, onApply, programs }) {
className={cx(searchStyles.search, styles.search, {
dashboardInput: isDashboard,
})}
onStateChange={() => {}}
onStateChange={() => { }}
onChange={handleInputChange}
ref={searchRef}
defaultFocused
placeholder="Enter a address"
placeholder="Enter a Program or Token Address"
onEnter={handleArrowClick}
value={filterText}
/>
Expand Down

0 comments on commit 945f0bc

Please sign in to comment.