mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 14:44:15 +00:00
feat: fake mii editor
This commit is contained in:
parent
d45eb07879
commit
e31141ea39
33 changed files with 1972 additions and 207 deletions
|
|
@ -24,7 +24,7 @@ export default function ControlCenter() {
|
|||
<div className="bg-orange-100 rounded-xl border-2 border-orange-400 p-2 flex flex-col gap-2">
|
||||
<div className="flex items-center gap-2">
|
||||
<input
|
||||
name="submit"
|
||||
id="submit"
|
||||
type="checkbox"
|
||||
className="checkbox size-6!"
|
||||
placeholder="Enter banner text"
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ export default function ReturnToIsland({ hasExpired }: Props) {
|
|||
<div className="flex justify-center items-center gap-2">
|
||||
<input
|
||||
type="checkbox"
|
||||
name="agreement"
|
||||
id="agreement"
|
||||
disabled={hasExpired}
|
||||
checked={isChecked}
|
||||
onChange={(e) => setIsChecked(e.target.checked)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue