mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Order matters!
This commit is contained in:
parent
e2c25e6a1c
commit
c64d6dd037
1 changed files with 2 additions and 1 deletions
|
|
@ -936,7 +936,8 @@ const Vote = () => {
|
|||
: showTechnical
|
||||
? 'Most technical ships'
|
||||
: 'Best overall ships'}
|
||||
</Text>
|
||||
</Text>{' '}
|
||||
<Text variant="subtitle" sx={{ pb: 3, fontStyle: 'italic' }}>Order matters!</Text>
|
||||
{showForm ? (
|
||||
<Button
|
||||
onClick={() => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue