Add footer
This commit is contained in:
parent
817aa96780
commit
6b1ee9565e
@ -155,6 +155,10 @@ function App() {
|
||||
</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>
|
||||
</div>
|
||||
</Fragment>
|
||||
);
|
||||
|
||||
@ -62,6 +62,18 @@ 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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user