Fixes and adjustments in the Pomodoro registration

This commit is contained in:
2022-01-14 21:01:47 -03:00
parent aa07e93786
commit 52ad7f06f3
11 changed files with 74 additions and 76 deletions

View File

@@ -3,7 +3,7 @@ import React from 'react'
const Footer = (props) => {
return (
<footer className={props.darkMode ? 'made-with-love dark-mode-component' : 'made-with-love'}>
Made with 💓 by <a href="http://www.franp.xyz">Francisco Pessano</a>
Made with 💓 by <a href="https://porfolio-franp.netlify.app" target="_blank">Francisco Pessano</a>
</footer>
)
}