Skip to content

Commit 46edf73

Browse files
author
Juan Andrade
committed
[link-semantic] Remove 'secondary' from story example
1 parent 0722e53 commit 46edf73

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

__docs__/wonder-blocks-link/link.stories.tsx

+5-5
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ export const InlineLight: StoryComponentType = {
350350
<Body style={{color: semanticColor.text.inverse, width: 530}}>
351351
This is an inline{" "}
352352
<Link href="#" inline={true} light={true}>
353-
Primary link
353+
link
354354
</Link>{" "}
355355
and an{" "}
356356
<Link
@@ -359,11 +359,11 @@ export const InlineLight: StoryComponentType = {
359359
light={true}
360360
target="_blank"
361361
>
362-
external Primary link
362+
external link
363363
</Link>
364364
, whereas this is an inline{" "}
365365
<Link href="#" visitable={true} inline={true} light={true}>
366-
Visitable link (Primary only)
366+
Visitable link
367367
</Link>{" "}
368368
and an{" "}
369369
<Link
@@ -373,9 +373,9 @@ export const InlineLight: StoryComponentType = {
373373
light={true}
374374
target="_blank"
375375
>
376-
external Visitable link (Primary only)
376+
external Visitable link
377377
</Link>
378-
. Secondary light links are not supported.
378+
.
379379
</Body>
380380
),
381381
parameters: {

0 commit comments

Comments
 (0)