Skip to content

Commit

Permalink
WSTEAM1: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
shayneahchoon committed Oct 25, 2024
1 parent 8d8aaf5 commit 0a20f80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/components/CallToActionLink/index.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { PropsWithChildren } from 'react';

import readme from './README.md';
import { CallToActionLinkProps } from './types';
import CallToActionLink from '.';
import Text from '../Text';
Expand All @@ -14,6 +14,9 @@ const Component = ({
export default {
title: 'Components/Call To Action Link',
Component,
parameters: {
docs: { readme },
},
args: {
fontVariant: 'sansBold',
},
Expand Down

0 comments on commit 0a20f80

Please sign in to comment.