Skip to content

Commit 01162a5

Browse files
Fix image source path in profile section
1 parent 3195de1 commit 01162a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<main class="container">
1212

1313
<section class="profile">
14-
<img src="images/photoofme.jpeg" alt="Profile photo" class="avatar">
14+
<img src="photoofme.jpeg" alt="Profile photo" class="avatar">
1515
<button class="cta-button" onclick="copyText()">Copy Email</button>
1616
<script>
1717
function copyText() {

0 commit comments

Comments
 (0)