mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 06:34:15 +00:00
style: redesign mii page
also adds a gender viewer!
This commit is contained in:
parent
ec1c19204d
commit
8753358a48
3 changed files with 143 additions and 89 deletions
|
|
@ -36,13 +36,9 @@ export default function ScanTutorialButton() {
|
|||
|
||||
return (
|
||||
<>
|
||||
<button
|
||||
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"}
|
||||
>
|
||||
<button type="button" onClick={() => setIsOpen(true)} className="text-3xl cursor-pointer">
|
||||
<Icon icon="fa:question-circle" />
|
||||
<span className="text-xs">Tutorial</span>
|
||||
</button>
|
||||
|
||||
{isOpen &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue