improve addon-links template stories

This commit is contained in:
Yann Braga 2022-10-08 15:16:13 +02:00
parent e33d2c3244
commit 74b1afe801

View File

@ -13,7 +13,7 @@ export const Basic = {
args: {
content: `
<div>
<a class="link" href="#" data-sb-story="basic">go to basic</a>
<a class="link" href="#" data-sb-story="other">go to other</a>
</div>
`,
},
@ -22,7 +22,7 @@ export const Other = {
args: {
content: `
<div>
<a class="link" href="#" data-sb-story="basic">to to basic</a>
<a class="link" href="#" data-sb-story="third">go to third</a>
</div>
`,
},
@ -31,7 +31,7 @@ export const Third = {
args: {
content: `
<div>
<a class="link" href="#" data-sb-story="other">go to other</a>
<a class="link" href="#" data-sb-story="basic">go to basic</a>
</div>
`,
},