Skip to content

Commit a88c3a6

Browse files
committed
feat: add tushan icon in about page
1 parent 734afff commit a88c3a6

File tree

1 file changed

+9
-0
lines changed
  • client/web/src/components/modals/SettingsView

1 file changed

+9
-0
lines changed

client/web/src/components/modals/SettingsView/About.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@ export const SettingsAbout: React.FC = React.memo(() => {
7474
/>
7575
}
7676
/>
77+
<LogoLink
78+
src="https://tushan.msgbyte.com/"
79+
icon={
80+
<img
81+
className="w-24 h-24"
82+
src="https://tushan.msgbyte.com/img/logo.svg"
83+
/>
84+
}
85+
/>
7786
<LogoLink src="https://zh-hans.reactjs.org/" icon="logos:react" />
7887
<LogoLink src="https://redux.js.org/" icon="logos:redux" />
7988
<LogoLink

0 commit comments

Comments
 (0)