Skip to content

Commit 3bea085

Browse files
authored
Merge pull request #19 from shimizukawa/fixes-links-in-the-header
fixes links order in the header
2 parents ebff168 + e896005 commit 3bea085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/try-it-now.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
<nav class="text-xxs flex flex-row gap-x-4">
113113
<a href="/">home</a>
114114
<a href="/introduction.html">brief intro</a>
115-
<a href="/playground.html">playground</a>
116115
<a href="/try-it-now.html">try it now</a>
116+
<a href="/playground.html">playground</a>
117117
</nav>
118118
<h1 class="font-serif font-bold text-cloudbank text-3xl">
119119
Try t-strings now!

0 commit comments

Comments
 (0)