Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bao Zhiyuan committed Dec 13, 2024
1 parent 803b9e2 commit 5d4b117
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion moonbit-tour/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
</head>
<body class="flex flex-col font-sans md:h-screen">
<header class="flex h-8 items-center gap-2 bg-purple-200 px-2 py-6 md:px-6">
<a class="text-base" href="/index.html">MoonBit Language Tour</a>
<a class="text-base" href="/moonbit-docs/tour/index.html"
>MoonBit Language Tour</a
>
<a class="ml-auto" href="https://www.moonbitlang.com">MoonBit</a>
<div class="ml-2 cursor-pointer" id="theme">
<svg
Expand Down

0 comments on commit 5d4b117

Please sign in to comment.