Skip to content

Commit

Permalink
fix: vite logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickKS committed Jan 27, 2023
1 parent b8ca302 commit e2d5062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function App() {
<div className="App">
<div>
<a href="https://vitejs.dev" target="_blank">
<img src="/vite.svg" className="logo" alt="Vite logo" />
<img src="./vite.svg" className="logo" alt="Vite logo" />
</a>
<a href="https://reactjs.org" target="_blank">
<img src={reactLogo} className="logo react" alt="React logo" />
Expand Down

0 comments on commit e2d5062

Please sign in to comment.