Skip to content

Commit

Permalink
chore: README
Browse files Browse the repository at this point in the history
  • Loading branch information
cole committed Jul 28, 2024
1 parent 8975cf6 commit 83a15bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default defineComponent({
const logo = () => {
const style = { width: '32px', height: '32px' }
return (
<img src={'/logo.svg'} style={style} alt={'logo'}/>
<img src={'https://colewang.github.io/vue3-admin-pro/logo.svg'} style={style} alt={'logo'}/>
)
}
return (
Expand Down

0 comments on commit 83a15bc

Please sign in to comment.