mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 18:17:38 +00:00
Add titles
This commit is contained in:
parent
03b929d489
commit
91b90140dc
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue