Skip to content

Commit

Permalink
feat: add github link
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Sep 3, 2023
1 parent d04153e commit 170ce93
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@
<ParserOptions v-if="currentParser.options.configurable" />
</div>

<div flex="~ gap2">
<div flex="~ gap-3">
<span font-mono text-gray>{{ currentParser.version }}</span>
<button @click="toggleDark">
<div i-ri:sun-line dark:i-ri:moon-line />
</button>
<a
href="https://github.com/sxzz/ast-explorer"
target="_blank"
flex
items-center
>
<div i-ri:github-line />
</a>
</div>
</div>
</template>

0 comments on commit 170ce93

Please sign in to comment.