We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275a7f4 commit d77d80aCopy full SHA for d77d80a
src/assets/images/profile/profilewc.jpg
1000 KB
src/assets/images/profile/profilewc.png
-8.29 MB
src/components/about/AboutMe.vue
@@ -29,7 +29,7 @@ export default {
29
<div class="block mt-10 sm:flex sm:gap-10 sm:mt-20">
30
<!-- About profile image -->
31
<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="" />
+ <img src="@/assets/images/profile/profilewc.jpg" class="rounded-2xl w-96" alt="" />
33
</div>
34
35
<!-- About details -->
0 commit comments