Update footer

This commit is contained in:
MD. Ariful Alam 2021-08-28 23:19:14 +06:00
parent a40d4453f9
commit 284c1a87de
3 changed files with 7 additions and 17 deletions

View File

@ -163,9 +163,11 @@ function App() {
</div>
</div>
{/* DO NOT REMOVE/MODIFY THE FOOTER */}
<div className="text-center bg-base-200 credit">
<p className="font-mono text-sm">Made with <a className="text-primary" href="https://github.com/arifszn/ezprofile" target="_blank" rel="noreferrer">ezProfile</a> and </p>
</div>
<footer className="p-4 footer bg-base-200 text-base-content footer-center">
<div>
<p className="font-mono text-sm">Made with <a className="text-primary" href="https://github.com/arifszn/ezprofile" target="_blank" rel="noreferrer">ezProfile</a> and </p>
</div>
</footer>
</Fragment>
)
}

View File

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

View File

@ -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;