Skip to content

Commit

Permalink
chore: add sponsor link
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Aug 13, 2024
1 parent 6abf31b commit 78480af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Feel free to add more parsers and languages via PR!
- 🐙 Customize parser version via CDN, e.g., `@babel/parser` alpha.
- 🌈 Set custom parser options with a GUI.
- 🌚 Good-looking dark mode theme.
- 📱 Even compatible with mobile devices.

## Contributing

Expand Down
9 changes: 9 additions & 0 deletions components/app/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,18 @@ function editVersion() {
href="https://github.com/sxzz/ast-explorer"
target="_blank"
flex="~ center"
title="GitHub"
>
<div i-ri:github-line />
</a>
<a
href="https://github.com/sponsors/sxzz"
target="_blank"
flex="~ center"
title="Sponsor"
>
<div i-ri:heart-3-line text-pink-400 />
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 78480af

Please sign in to comment.