Skip to content

Commit

Permalink
fix: update log
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 committed Sep 14, 2024
1 parent 56da3cc commit 175decb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ const PreviewJoin = ({
<Container css={{ h: '100%', pt: '$6', '@md': { justifyContent: 'space-between', pt: '$10' } }}>
<Text>effectsKey: {effectsKey}</Text>
<Text>effectsEnabled: {effectsEnabled.toString()}</Text>
<Text>userAgent: {navigator.userAgent}</Text>

<Flex direction="column" justify="center" css={{ w: '100%', maxWidth: '600px', gap: '$8' }}>
<Logo />
Expand Down

0 comments on commit 175decb

Please sign in to comment.