8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c58c93 commit 0071026Copy full SHA for 0071026
src/components/Footer.jsx
@@ -4,7 +4,7 @@ export const Footer = () => {
4
<footer className="footer bg-[#988E6F] glass absolute bottom-0 items-center p-4 text-white">
5
<div className="items-center grid-flow-col">
6
7
- <p>DevKaliper © 2023 - All right reserved</p>
+ <p>Manuel Leon © 2023 - All right reserved</p>
8
</div>
9
<div className=" md:place-self-center md:justify-self-end">
10
<a href='https://github.com/DevKaliper' rel='noreferrer' target='_blank' className='flex gap-2 justify-center items-center text-lg font-mono'> <img src="./src/img/github-mark.png" className='invert' width={50} alt="" /> my Github
0 commit comments