Skip to content

Commit

Permalink
feat: make star img clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed May 26, 2024
1 parent 4b7dfb1 commit dda38f6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ui/src/explorer_main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ const FileSelector = ({handler}: {
style={{
marginLeft: "0.3em",
}}
>go-size-analyzer</Link>
<img alt="GitHub Repo stars"
style={{
marginLeft: "0.3em",
}}
src="https://img.shields.io/github/stars/Zxilly/go-size-analyzer"/>

>go-size-analyzer
<img alt="GitHub Repo stars"
style={{
marginLeft: "0.3em",
}}
src="https://img.shields.io/github/stars/Zxilly/go-size-analyzer"/>
</Link>
</DialogContentText>
</>
);
Expand Down

0 comments on commit dda38f6

Please sign in to comment.