Update repo name

This commit is contained in:
Ariful Alam
2022-03-20 02:23:44 +06:00
parent b864c2cdd7
commit 20ac254201
17 changed files with 64 additions and 64 deletions

View File

@@ -1,4 +1,4 @@
import config from '../ezprofile.config';
import config from '../gitprofile.config';
import colors from '../data/colors.json';
import { hotjar } from 'react-hotjar';
@@ -7,8 +7,8 @@ export const getInitialTheme = () => {
return config.themeConfig.default;
}
if (!(localStorage.getItem('ezprofile-theme') === null)) {
let theme = localStorage.getItem('ezprofile-theme');
if (!(localStorage.getItem('gitprofile-theme') === null)) {
let theme = localStorage.getItem('gitprofile-theme');
return theme;
}