Skip to content

Commit

Permalink
docs(PPDSC-2670): new link component
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuartf committed Mar 2, 2023
1 parent 765ac2d commit 73676c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/pages/components/title-bar.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import {TitleBar, styled, Link, LinkInline, Paragraph, Button} from 'newskit';
import {TitleBar, styled, LinkInline, Paragraph, Button} from 'newskit';
import {ComponentPageTemplate} from '../../templates/component-page-template';
import {getIllustrationComponent} from '../../components/illustrations/illustration-loader';
import {LayoutProps} from '../../components/layout';
Expand Down Expand Up @@ -119,7 +119,7 @@ const HeadlineComponent = (layoutProps: LayoutProps) => (
},
{
label: 'Link',
value: () => <Link href="/">Link</Link>,
value: () => <LinkInline href="/">Link</LinkInline>,
isDefault: true,
},
{
Expand Down

0 comments on commit 73676c6

Please sign in to comment.