Skip to content

Commit b8c74cd

Browse files
author
Juan Andrade
committed
[link-semantic] Resolve merge conflicts
1 parent 997d953 commit b8c74cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ export const InlineLight: StoryComponentType = {
364364
</Link>
365365
, whereas this is an inline{" "}
366366
<Link href="#link" visitable={true} inline={true} light={true}>
367-
Visitable link (Primary only)
367+
Visitable link
368368
</Link>{" "}
369369
and an{" "}
370370
<Link
@@ -374,9 +374,9 @@ export const InlineLight: StoryComponentType = {
374374
light={true}
375375
target="_blank"
376376
>
377-
external Visitable link (Primary only)
377+
external Visitable link
378378
</Link>
379-
. Secondary light links are not supported.
379+
.
380380
</Body>
381381
),
382382
parameters: {

0 commit comments

Comments
 (0)