diff --git a/src/components/ThemeChanger.js b/src/components/ThemeChanger.js
index a7fa9a4..32a1915 100644
--- a/src/components/ThemeChanger.js
+++ b/src/components/ThemeChanger.js
@@ -47,8 +47,8 @@ const ThemeChanger = () => {
{
config.themeConfig.themes.map((item, index) => (
+ {/* eslint-disable-next-line */}
changeTheme(e, item)}
className={`${theme === item ? 'active' : ''}`}
>
diff --git a/src/config.js b/src/config.js
index 74deee4..1285670 100644
--- a/src/config.js
+++ b/src/config.js
@@ -79,11 +79,11 @@ module.exports = {
// Display blog posts from your medium or dev.to account. (Optional)
source: 'dev.to', // medium | dev.to
username: 'arifszn',
- limit: 3 // How many posts to display. Max is 10.
+ limit: 2 // How many posts to display. Max is 10.
},
googleAnalytics: {
- // GA3 tracking id/GA4 tag id
- id: '' // UA-XXXXXXXXX-X | G-XXXXXXXXXX
+ // GA3 tracking id/GA4 tag id UA-XXXXXXXXX-X | G-XXXXXXXXXX
+ id: 'G-WLLB5E14M6' // Please remove this and use your own tag id
},
themeConfig: {
default: 'light',