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 44a3f40 commit 8ea83e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabs/AboutTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const AboutTab = (props: Props): JSX.Element => {
<Box>
<Text>Datalayer provides features to other Datalayer packages. It also contains base application classes and configuration inherited by other projects.</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 8ea83e7

Please sign in to comment.