Remove anchor link

This commit is contained in:
MD. Ariful Alam 2021-09-07 21:04:35 +06:00
parent 536bbcf15a
commit 07cd0ad4ed
2 changed files with 4 additions and 4 deletions

View File

@ -47,8 +47,8 @@ const ThemeChanger = () => {
{
config.themeConfig.themes.map((item, index) => (
<li key={index}>
{/* eslint-disable-next-line */}
<a
href="/"
onClick={(e) => changeTheme(e, item)}
className={`${theme === item ? 'active' : ''}`}
>

View File

@ -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',