Skip to content

Commit dc404ef

Browse files
Added profile image
1 parent a0c1269 commit dc404ef

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

public/images/profile.jpg

165 KB
Loading

src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const Header = () => {
5050
className="relative w-32 h-32 sm:w-40 sm:h-40"
5151
>
5252
<Image
53-
src="/your-photo.jpg"
53+
src="/images/profile.jpg"
5454
alt="Your Name"
5555
fill
5656
className="rounded-full object-cover border-4 border-blue-600"

0 commit comments

Comments
 (0)