style(home): change 'connect' button to 'go'

This commit is contained in:
plebeius.eth
2023-12-18 09:32:43 +01:00
parent 3dd2894295
commit 7c4a41ebd5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ export const Search = styled.div`
}
input[type='submit'] {
width: 70px;
width: 35px;
height: 30px;
font-size: 14px;
margin-left: 5px;
+1 -1
View File
@@ -176,7 +176,7 @@ const Home = () => {
/>
<input
type='submit'
value='Connect'
value='Go'
onClick={() => {
const address = inputRef.current.value;
if (address) {