Fixed a few minor problems like queue confirms working well for environments with spaces
This commit is contained in:
@@ -1247,7 +1247,7 @@ const Navbar = (props) => {
|
||||
letterSpacing: '0.5px',
|
||||
}}
|
||||
>
|
||||
Coming Soon
|
||||
Beta: Coming Soon
|
||||
</Typography>
|
||||
)}
|
||||
</Box>
|
||||
|
||||
@@ -375,7 +375,7 @@ const LoginPage = props => {
|
||||
padding: "40px",
|
||||
flex: 1,
|
||||
maxWidth: isMobile ? "100%" : 410,
|
||||
minWidth: 410,
|
||||
minWidth: isCloud ? 410 : 475,
|
||||
background: "#212121",
|
||||
borderRadius: "12px",
|
||||
display: "flex",
|
||||
|
||||
Reference in New Issue
Block a user