Skip to content

Commit f281138

Browse files
committed
修复logo图片显示问题
1 parent f57538d commit f281138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/IconCat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export function IconCat() {
22
return (
33
<img
4-
src="./img/logo.png"
4+
src="/img/logo.png"
55
alt=" Icon"
66
style={{
77
width: '2rem',

0 commit comments

Comments
 (0)