Skip to content

Commit

Permalink
Fix formatting in short key sample descriptions for consistency
Browse files Browse the repository at this point in the history
Refs: #6350
  • Loading branch information
deleonio committed Mar 2, 2025
1 parent 6944d30 commit 481fe34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/samples/react/src/components/button/short-key.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export const ButtonShortKey: FC = () => {
<>
<SampleDescription>
<p>
This sample shows KolButton with short key without functionality. The short key is purely visual. Its functionality needs to be developed separately.{' '}
This sample shows KolButton with short key without functionality. The short key is purely visual. Its functionality needs to be developed
separately.{' '}
</p>
</SampleDescription>

Expand Down
3 changes: 2 additions & 1 deletion packages/samples/react/src/components/link/short-key.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export const LinkShortKey: FC = () => (
<>
<SampleDescription>
<p>
This sample shows KolButton with short key without functionality. The short key is purely visual. Its functionality needs to be developed separately.{' '}
This sample shows KolButton with short key without functionality. The short key is purely visual. Its functionality needs to be developed
separately.{' '}
</p>
</SampleDescription>

Expand Down

0 comments on commit 481fe34

Please sign in to comment.