Skip to content

Commit

Permalink
fix svg path
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Nov 29, 2021
1 parent e72cf00 commit 3e94b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function Home() {
>
Powered by{" "}
<span className={styles.logo}>
<img src="/vercel.svg" alt="Vercel Logo" width={72} height={16} />
<img src="vercel.svg" alt="Vercel Logo" width={72} height={16} />
</span>
</a>
</footer>
Expand Down

0 comments on commit 3e94b7c

Please sign in to comment.