🐛 fix(folders): rename domains

Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
This commit is contained in:
Abhiraj Roy
2024-06-07 04:57:08 +05:30
parent f887b0fc31
commit 4f5bd8c32e
2 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<template>
<main v-if="!loading" id="about-me" class="page">
<main v-if="!loading" id="about" class="page">
<div id="mobile-page-title">
<h2>_about</h2>
@@ -275,8 +275,8 @@
export default {
data() {
return {
currentSection: 'professional-info',
folder: 'experience',
currentSection: 'about',
folder: 'overview',
loading: true,
}
},