Skip to content

Commit

Permalink
feat: add tushan icon in about page
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Jul 20, 2023
1 parent 734afff commit a88c3a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/web/src/components/modals/SettingsView/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@ export const SettingsAbout: React.FC = React.memo(() => {
/>
}
/>
<LogoLink
src="https://tushan.msgbyte.com/"
icon={
<img
className="w-24 h-24"
src="https://tushan.msgbyte.com/img/logo.svg"
/>
}
/>
<LogoLink src="https://zh-hans.reactjs.org/" icon="logos:react" />
<LogoLink src="https://redux.js.org/" icon="logos:redux" />
<LogoLink
Expand Down

0 comments on commit a88c3a6

Please sign in to comment.