+
Change Theme
@@ -43,13 +44,14 @@ const ThemeChanger = () => {
{
config.themeConfig.themes.map((item, index) => (
- changeTheme(e, item)}
+ changeTheme(e, item)}
className={`${theme === item ? 'active' : ''}`}
>
-
- {item === config.themeConfig.default ? 'Default' : item}
+
+
+ {item === config.themeConfig.default ? 'Default' : item}
diff --git a/src/config.js b/src/config.js
index 6d8089f..a69466f 100644
--- a/src/config.js
+++ b/src/config.js
@@ -1,5 +1,5 @@
module.exports = {
- githubUsername: 'tailwindlabs', // required
+ githubUsername: 'arifszn', // required
email: 'contact@arifszn.com', // optional
linkedinUsername: 'ariful-alam', // optional
dribbbleUsername: '', // optional