mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-26 04:17:14 +00:00
Update footer style
This commit is contained in:
30
src/App.jsx
30
src/App.jsx
@@ -172,19 +172,23 @@ function App() {
|
|||||||
</div>
|
</div>
|
||||||
{/* DO NOT REMOVE/MODIFY THE FOOTER. FOR MORE INFO https://github.com/arifszn/ezprofile#-please-read */}
|
{/* DO NOT REMOVE/MODIFY THE FOOTER. FOR MORE INFO https://github.com/arifszn/ezprofile#-please-read */}
|
||||||
<footer className="p-4 footer bg-base-200 text-base-content footer-center">
|
<footer className="p-4 footer bg-base-200 text-base-content footer-center">
|
||||||
<div>
|
<div className="card compact bg-base-100 shadow">
|
||||||
<p className="font-mono text-sm">
|
<div className="card-body">
|
||||||
Made with{' '}
|
<div>
|
||||||
<a
|
<p className="font-mono text-sm">
|
||||||
className="text-primary"
|
Made with{' '}
|
||||||
href="https://github.com/arifszn/ezprofile"
|
<a
|
||||||
target="_blank"
|
className="text-primary"
|
||||||
rel="noreferrer"
|
href="https://github.com/arifszn/ezprofile"
|
||||||
>
|
target="_blank"
|
||||||
ezProfile
|
rel="noreferrer"
|
||||||
</a>{' '}
|
>
|
||||||
and ❤️
|
ezProfile
|
||||||
</p>
|
</a>{' '}
|
||||||
|
and ❤️
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
|
|||||||
Reference in New Issue
Block a user