Skip to content

Commit

Permalink
chore: jupyter-kernels -> jupyter-iam
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Dec 17, 2023
1 parent 932c2fc commit 40257ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/app/tabs/AboutTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const AboutTab = (props: Props): JSX.Element => {
<Box>
<Text>React.js components 💯% compatible with Jupyter.</Text>
</Box>
<Box mt={3} style={{height: 350}}>
<Box mt={3} style={{width: 350}}>
{!egg ?
<img src="https://assets.datalayer.tech/releases/datalayer-0.3.0-black-snake_1024.png" onClick={e => setEgg(true)}/>
:
Expand Down

0 comments on commit 40257ce

Please sign in to comment.