Skip to content

Commit c0b7e2d

Browse files
committed
feat(ktl-4437): support resc button usage in docs
1 parent 2a7575b commit c0b7e2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/topics/tour/kotlin-tour-welcome.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ tour. Deepen your understanding with the intermediate tour.
1212
<p></p> <!-- workaround for MRK057: Paragraph can only contain inline elements-->
1313
<list columns="2">
1414
<li>
15-
<a href="kotlin-tour-hello-world.md"><img src="kotlin-tour-beginner.svg" alt="Start the beginner Kotlin tour" type="block"/></a>
15+
<a href="kotlin-tour-hello-world.md" as="button" icon="arrow-right" icon-position="right">Beginner</a>
1616
</li>
1717
<li>
18-
<a href="kotlin-tour-intermediate-extension-functions.md"><img src="kotlin-tour-intermediate.svg" alt="Start the intermediate Kotlin tour" type="block"/></a>
18+
<a href="kotlin-tour-intermediate-extension-functions.md" as="button" icon="arrow-right" icon-position="right">Intermediate</a>
1919
</li>
2020
<li>
2121
<p><img src="icon-1.svg" width="20" /> <a href="kotlin-tour-hello-world.md">Hello world</a></p>

0 commit comments

Comments
 (0)