mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 12:27:17 +00:00
Update footer
This commit is contained in:
@@ -189,25 +189,27 @@ const GitProfile = ({ config }) => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/* DO NOT REMOVE/MODIFY THE FOOTER. FOR MORE INFO https://github.com/arifszn/gitprofile#-please-read */}
|
|
||||||
|
{/* The below attribution notice shall be
|
||||||
|
included in all copies or substantial portions of the Software. */}
|
||||||
|
{/* DO NOT REMOVE/MODIFY THE BELOW FOOTER. */}
|
||||||
|
{/* SEE 4(C) SECTION OF THE LICENSE FOR MORE DETAILS. */}
|
||||||
|
{/* https://github.com/arifszn/gitprofile/blob/main/LICENSE */}
|
||||||
<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 className="card compact bg-base-100 shadow">
|
<div className="card compact bg-base-100 shadow">
|
||||||
<div className="card-body">
|
|
||||||
<div>
|
|
||||||
<p className="font-mono text-sm">
|
|
||||||
Made with{' '}
|
|
||||||
<a
|
<a
|
||||||
className="text-primary"
|
className="card-body"
|
||||||
href="https://github.com/arifszn/gitprofile"
|
href="https://github.com/arifszn/gitprofile"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
GitProfile
|
<div>
|
||||||
</a>{' '}
|
<p className="font-mono text-sm">
|
||||||
and ❤️
|
Made with{' '}
|
||||||
|
<span className="text-primary">GitProfile</span> and ❤️
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
|
|||||||
Reference in New Issue
Block a user