Skip to content

Commit

Permalink
fix ladle type error
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Aug 20, 2024
1 parent 59fdfba commit 6a4aec5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/ui/lib/SettingsGroup.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,16 @@
import { Link } from 'react-router-dom'

import { Button, buttonStyle } from './Button'
import { SettingsGroup } from './SettingsGroup'
import { LearnMore, SettingsGroup } from './SettingsGroup'

export const Default = () => (
<SettingsGroup.Container>
<SettingsGroup.Body>
<SettingsGroup.Title>Serial console</SettingsGroup.Title>
Connect to your instance&rsquo;s serial console
</SettingsGroup.Body>
<SettingsGroup.Footer
docsLink={{ text: 'math', href: 'https://en.wikipedia.org/wiki/Mathematics' }}
>
<SettingsGroup.Footer>
<LearnMore text="math" href="https://en.wikipedia.org/wiki/Mathematics" />
<Link to="/" className={buttonStyle({ size: 'sm' })}>
Connect
</Link>
Expand Down

0 comments on commit 6a4aec5

Please sign in to comment.