Skip to content

Commit

Permalink
chore: black-snake release
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Dec 17, 2023
1 parent 5b87d4a commit 4fcf078
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/react/src/app/tabs/AboutTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ 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.2.0-omalley.png" onClick={e => setEgg(true)}/>
<img src="https://assets.datalayer.tech/releases/datalayer-0.3.0-black-snake_1024.png" onClick={e => setEgg(true)}/>
:
<ECharlesIcon size={300} onClick={e => setEgg(false)}/>
}
</Box>
<Box>
<Link href="https://datalayer.tech/docs/releases/0.2.0-omalley" target="_blank">
<Text as="h4">Datalayer 0.2.0 O'Malley Release</Text>
<Link href="https://datalayer.tech/docs/releases/0.3.0-black-snake" target="_blank">
<Text as="h4">Datalayer 0.3.0 Black Snake Release</Text>
</Link>
</Box>
<Box>
Expand Down

0 comments on commit 4fcf078

Please sign in to comment.