From 07cd0ad4ed2ca2fb63368d49d96835307fb0c533 Mon Sep 17 00:00:00 2001 From: "MD. Ariful Alam" Date: Tue, 7 Sep 2021 21:04:35 +0600 Subject: [PATCH] Remove anchor link --- src/components/ThemeChanger.js | 2 +- src/config.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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',