Skip to content

Commit

Permalink
Use original LinkableHeading component within Braid site
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib committed Nov 23, 2023
1 parent c5464a9 commit dec8931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/App/DocNavigation/DocDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
Text,
} from 'braid-src/lib/components';
import { PlayroomStateProvider } from 'braid-src/lib/playroom/playroomState';
import { LinkableHeading } from '@braid-design-system/docs-ui';
import { LinkableHeading } from '../LinkableHeading/LinkableHeading';
import { PageTitle } from '../Seo/PageTitle';
import { useThemeSettings } from '../ThemeSetting';
import { DocsContext } from './DocNavigation';
Expand Down

0 comments on commit dec8931

Please sign in to comment.