Skip to content

Commit e21a2ff

Browse files
committed
Update footer
1 parent a1de3c2 commit e21a2ff

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

public/image/avatar.png

307 KB
Loading

src/components/layout/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const Footer = () => {
131131
<span className="text-gray-600 dark:text-gray-300">Made with ☕ by</span>
132132
<Image
133133
className="group-hover:ring-blue-500 h-6 w-6 rounded-full transition-shadow group-hover:ring-2"
134-
src="/images/avatar.png"
134+
src="/image/avatar.png"
135135
alt="Ralph Rosael"
136136
width={24}
137137
height={24}

0 commit comments

Comments
 (0)