mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 20:55:18 +02:00
🐛 fix(folders): rename domains
Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user