We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57538d commit f281138Copy full SHA for f281138
1 file changed
src/components/IconCat.tsx
@@ -1,7 +1,7 @@
1
export function IconCat() {
2
return (
3
<img
4
- src="./img/logo.png"
+ src="/img/logo.png"
5
alt=" Icon"
6
style={{
7
width: '2rem',
0 commit comments