fix bug where logo isn't clickable on splash screen
This commit is contained in:
parent
50012ad7b3
commit
3f7da22499
|
@ -35,6 +35,7 @@ const SplashPage = (props: SplashPageProps) => {
|
|||
position: "absolute",
|
||||
top: "50%",
|
||||
transform: "translate(0, -50%)",
|
||||
height: "auto",
|
||||
}}
|
||||
>
|
||||
<CenteredContainer wide>
|
||||
|
|
Loading…
Reference in New Issue