Skip to content

Commit

Permalink
Merge branch 'develop' into fix/w3s-upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Seroxdesign authored Jan 19, 2024
2 parents 0f91111 + 4e6780f commit fcd2f25
Show file tree
Hide file tree
Showing 2 changed files with 1,407 additions and 1,433 deletions.
2 changes: 0 additions & 2 deletions packages/web/components/Landing/OnboardingGame/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -446,14 +446,12 @@ export const OnboardingGame: React.FC = (): JSX.Element => {
{!isLoading && gameDataState !== null ? (
<>
<Box
position="absolute"
flexDirection="column"
justifyContent="flex-start"
color="var(--chakra-colors-landing550)"
textShadow={`0 0 10px var(--chakra-colors-landing500)`}
maxW={{ base: 'full', md: '4xl' }}
height="100%"
overflowY="auto"
width={{ base: '90%', xl: '100%' }}
pl={{ base: 0, md: 10, xl: 0 }}
pr={{ base: 2, md: 10, xl: 0 }}
Expand Down
Loading

0 comments on commit fcd2f25

Please sign in to comment.