Skip to content

Commit b8d83e6

Browse files
small content changes
1 parent 28c15c4 commit b8d83e6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/assets/images/profile.jpeg

-29.7 KB
Binary file not shown.

src/components/about/AboutMe.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default {
2424
<!-- About profile image -->
2525
<div class="w-full sm:w-1/4 mb-7 sm:mb-0">
2626
<img
27-
src="@/assets/images/profile.jpeg"
27+
src="@/assets/images/Profile.jpg"
2828
class="rounded-xl w-96"
2929
alt=""
3030
/>

src/router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default router;
7474

7575
/**
7676
* Below code will display the component/active page title
77-
* Powered by: Nangialai Dominic
77+
* Powered by: Nangialai Stoman
7878
*/
7979

8080
// This callback runs before every route change, including on page load.

0 commit comments

Comments
 (0)