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 */}
-
+
)
}
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;