mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
start vote button
This commit is contained in:
parent
f924b86482
commit
1dfaeb99dd
1 changed files with 7 additions and 7 deletions
|
|
@ -1370,9 +1370,9 @@ const Vote = () => {
|
|||
chance to pick your top 5 projects for each category.
|
||||
</Text>
|
||||
<Button
|
||||
// onClick={e => {
|
||||
// setStartViewProject(true)
|
||||
// }}
|
||||
onClick={e => {
|
||||
setStartViewProject(true)
|
||||
}}
|
||||
sx={{
|
||||
backgroundColor: '#09AFB4',
|
||||
color: '#FAEFD6',
|
||||
|
|
@ -1380,13 +1380,13 @@ const Vote = () => {
|
|||
border: 'none',
|
||||
px: '20px',
|
||||
transitionDuration: '0.3s',
|
||||
// '&:hover': {
|
||||
// transform: 'scale(1.05)'
|
||||
// },
|
||||
'&:hover': {
|
||||
transform: 'scale(1.05)'
|
||||
},
|
||||
width: 'fit-content'
|
||||
}}
|
||||
>
|
||||
We're fixing a bug, check back later
|
||||
Vote now
|
||||
</Button>{' '}
|
||||
</>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue