Skip to content

Commit

Permalink
✨ 调整主页logo跳转位置
Browse files Browse the repository at this point in the history
  • Loading branch information
sulgweb committed Apr 14, 2024
1 parent bed586a commit ee691ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/siteMain/src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function App() {
<div styleName="home">
<img
styleName="img"
onClick={() => window.open("https://github.com/sulgweb/baize-box")}
onClick={() => window.open("https://github.com/sulgweb/baize-toolbox")}
src={appIcon}
/>

Expand Down

0 comments on commit ee691ca

Please sign in to comment.