Skip to content

Commit

Permalink
fix: jsdoc link and icon url
Browse files Browse the repository at this point in the history
  • Loading branch information
tsengyushiang committed Sep 1, 2024
1 parent f4f9ec6 commit f116e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ const App = () => {
<a href={"/"}>
<img width="40px" src="./github.svg" />
</a>
<a href={"/doc/"}>
<img width="40px" src="/doc.svg" />
<a href={"./doc/"}>
<img width="40px" src="./doc.svg" />
</a>
</div>
<div
Expand Down

0 comments on commit f116e18

Please sign in to comment.