Skip to content

Commit d77d80a

Browse files
committed
main: Reduced the size of the profile image
1 parent 275a7f4 commit d77d80a

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
1000 KB
Loading
-8.29 MB
Binary file not shown.

src/components/about/AboutMe.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default {
2929
<div class="block mt-10 sm:flex sm:gap-10 sm:mt-20">
3030
<!-- About profile image -->
3131
<div class="w-full sm:w-1/4 mb-7 sm:mb-0">
32-
<img src="@/assets/images/profile/profilewc.png" class="rounded-2xl w-96" alt="" />
32+
<img src="@/assets/images/profile/profilewc.jpg" class="rounded-2xl w-96" alt="" />
3333
</div>
3434

3535
<!-- About details -->

0 commit comments

Comments
 (0)