mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 06:34:15 +00:00
feat: tooltips
This commit is contained in:
parent
5d5c6be04c
commit
7c13d106d7
6 changed files with 24 additions and 10 deletions
|
|
@ -40,6 +40,7 @@ export default function ScanTutorialButton() {
|
|||
type="button"
|
||||
onClick={() => setIsOpen(true)}
|
||||
className="text-3xl aspect-square flex justify-center items-center cursor-pointer underline-offset-2 hover:underline"
|
||||
data-tooltip={"Add Mii tutorial"}
|
||||
>
|
||||
<Icon icon="fa:question-circle" />
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue