mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Added routing and structure to the login and register
This commit is contained in:
@@ -8,7 +8,7 @@ const Header = () => {
|
||||
|
||||
return (
|
||||
<header className="header-main-page">
|
||||
<h1>Pomodoro Timer</h1>
|
||||
<a href="/"><h1>Pomodoro Timer</h1></a>
|
||||
<h3>Made By <span className="selectable"><a target="_blank" href="https://www.behance.net/franpessano" rel="noreferrer">Francisco Pessano</a></span></h3>
|
||||
</header>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user