Change add party memeber icon and added titles to icon buttons

This commit is contained in:
Mitchell McCaffrey
2020-04-09 11:12:46 +10:00
parent 331c323f31
commit 0f4a5caf94
6 changed files with 26 additions and 8 deletions

View File

@@ -24,7 +24,12 @@ function ChangeNicknameButton({ nickname, onChange }) {
}
return (
<>
<IconButton m={1} aria-label="Change Nickname" onClick={openModal}>
<IconButton
m={1}
aria-label="Change Nickname"
title="Change Nickname"
onClick={openModal}
>
<svg
xmlns="http://www.w3.org/2000/svg"
height="24"