diff --git a/pages/home/components/SearchDashboards/index.js b/pages/home/components/SearchDashboards/index.js index 3d9b6f46..9cb104a9 100644 --- a/pages/home/components/SearchDashboards/index.js +++ b/pages/home/components/SearchDashboards/index.js @@ -83,7 +83,7 @@ function SearchDashboards() { router.push("/programs?p_Program+Address=JUP4Fb2cqiRUcaTHdrPC8h2gNsA2ETXiPDD33WcGuJB"); }} ref={searchRef} - placeholder="Program/Token" + placeholder="Program or Token" /> {(state) => ( diff --git a/pages/programs/components/ProgramAddressInput/index.js b/pages/programs/components/ProgramAddressInput/index.js index 5093f5c2..2749b302 100644 --- a/pages/programs/components/ProgramAddressInput/index.js +++ b/pages/programs/components/ProgramAddressInput/index.js @@ -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} />