Add titles

This commit is contained in:
Jordan Eldredge 2020-09-19 06:47:16 -07:00
parent 03b929d489
commit 91b90140dc

View file

@ -62,6 +62,7 @@ function Header() {
<div id="search">
<h1>
<a
title="Home"
href="/"
onClick={(e) => {
if (Utils.eventIsLinkClick(e)) {
@ -120,6 +121,7 @@ function Header() {
Random
</button>
<button
title="About"
onClick={() => {
requestedAboutPage();
}}