From 284c1a87de745a8cba173dea4b2c72a48b279f05 Mon Sep 17 00:00:00 2001 From: "MD. Ariful Alam" Date: Sat, 28 Aug 2021 23:19:14 +0600 Subject: [PATCH] Update footer --- src/App.js | 8 +++++--- src/config.js | 4 ++-- src/index.scss | 12 ------------ 3 files changed, 7 insertions(+), 17 deletions(-) diff --git a/src/App.js b/src/App.js index 1c2fb6b..1a57c6e 100644 --- a/src/App.js +++ b/src/App.js @@ -163,9 +163,11 @@ function App() { {/* DO NOT REMOVE/MODIFY THE FOOTER */} -
-

Made with ezProfile and ❤️

-
+ ) } diff --git a/src/config.js b/src/config.js index 529b59c..d562ddb 100644 --- a/src/config.js +++ b/src/config.js @@ -73,11 +73,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 + id: 'G-WLLB5E14M6' // UA-XXXXXXXXX-X | G-XXXXXXXXXX }, themeConfig: { default: 'light', diff --git a/src/index.scss b/src/index.scss index ebf51ff..d22a4d7 100644 --- a/src/index.scss +++ b/src/index.scss @@ -63,18 +63,6 @@ svg { padding-bottom: 0 !important; } -.credit { - p { - opacity: 0.6; - padding-bottom: 0.5rem; - - a { - text-decoration: underline; - font-weight: 600; - } - } -} - .fade-in { opacity: 1; animation-name: fadeIn;