mirror of
https://github.com/runyanjake/jakesphotos.git
synced 2025-10-04 23:47:30 -07:00
Add tooltip on hover over github
This commit is contained in:
parent
60c7ccb7cc
commit
a8adc302df
@ -21,7 +21,7 @@ const Navbar = () => {
|
||||
</div>
|
||||
<div className="navbar-icons">
|
||||
<a href="https://github.com/runyanjake/jakesphotos" target="_blank" rel="noopener noreferrer">
|
||||
<img src={githubIcon} alt="GitHub" className="icon" />
|
||||
<img src={githubIcon} alt="GitHub" className="icon" title="This Website's Source Code!"/>
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
Loading…
x
Reference in New Issue
Block a user