File tree 1 file changed +5
-5
lines changed
__docs__/wonder-blocks-link
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ export const InlineLight: StoryComponentType = {
350
350
< Body style = { { color : semanticColor . text . inverse , width : 530 } } >
351
351
This is an inline{ " " }
352
352
< Link href = "#" inline = { true } light = { true } >
353
- Primary link
353
+ link
354
354
</ Link > { " " }
355
355
and an{ " " }
356
356
< Link
@@ -359,11 +359,11 @@ export const InlineLight: StoryComponentType = {
359
359
light = { true }
360
360
target = "_blank"
361
361
>
362
- external Primary link
362
+ external link
363
363
</ Link >
364
364
, whereas this is an inline{ " " }
365
365
< Link href = "#" visitable = { true } inline = { true } light = { true } >
366
- Visitable link (Primary only)
366
+ Visitable link
367
367
</ Link > { " " }
368
368
and an{ " " }
369
369
< Link
@@ -373,9 +373,9 @@ export const InlineLight: StoryComponentType = {
373
373
light = { true }
374
374
target = "_blank"
375
375
>
376
- external Visitable link (Primary only)
376
+ external Visitable link
377
377
</ Link >
378
- . Secondary light links are not supported.
378
+ .
379
379
</ Body >
380
380
) ,
381
381
parameters : {
You can’t perform that action at this time.
0 commit comments