Add tooltip to random button

This commit is contained in:
Jordan Eldredge 2022-01-08 15:25:24 -08:00
parent 94aed7b2be
commit 1a0e293bf3

View file

@ -122,6 +122,7 @@ function Header() {
onClick={() => {
requestRandomSkin();
}}
title="Random Skin"
style={{
paddingLeft: "0.2rem",
paddingRight: "0.2rem",