mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style(home): change 'connect' button to 'go'
This commit is contained in:
@@ -61,7 +61,7 @@ export const Search = styled.div`
|
||||
}
|
||||
|
||||
input[type='submit'] {
|
||||
width: 70px;
|
||||
width: 35px;
|
||||
height: 30px;
|
||||
font-size: 14px;
|
||||
margin-left: 5px;
|
||||
|
||||
@@ -176,7 +176,7 @@ const Home = () => {
|
||||
/>
|
||||
<input
|
||||
type='submit'
|
||||
value='Connect'
|
||||
value='Go'
|
||||
onClick={() => {
|
||||
const address = inputRef.current.value;
|
||||
if (address) {
|
||||
|
||||
Reference in New Issue
Block a user