diff --git a/public/tutorial/switch/features.png b/public/tutorial/switch/features.png new file mode 100644 index 0000000..a2200bf Binary files /dev/null and b/public/tutorial/switch/features.png differ diff --git a/public/tutorial/switch/portrait.png b/public/tutorial/switch/portrait.png new file mode 100644 index 0000000..b08da02 Binary files /dev/null and b/public/tutorial/switch/portrait.png differ diff --git a/src/components/submit-form/index.tsx b/src/components/submit-form/index.tsx index 2baaf2e..f402bcf 100644 --- a/src/components/submit-form/index.tsx +++ b/src/components/submit-form/index.tsx @@ -28,6 +28,7 @@ import LikeButton from "../like-button"; import Carousel from "../carousel"; import SubmitButton from "../submit-button"; import Dropzone from "../dropzone"; +import Image from "next/image"; export default function SubmitForm() { const [files, setFiles] = useState([]); @@ -376,22 +377,62 @@ export default function SubmitForm() { - {/* (Switch Only) Mii Portrait */} + {/* (Switch Only) Mii Screenshots */}
{/* Separator */}

- Mii Portrait + Mii Screenshots
-
- - +
+ {/* Step 1 - Portrait */} +
+
+ 1 + Portrait screenshot +
+
+
+ Example portrait screenshot +
+ +
+
+ + {/* Step 2 - Features */} +
+
+ 2 + + Features screenshot (the features panel - see example) + +
+
+
+ Example features screenshot showing the parts panel +
+ +
+
+
-

You must upload a screenshot of the features, check tutorial on how.

+

A tutorial on how to screenshot the features is above.

{/* (3DS only) QR code scanning */} diff --git a/src/components/submit-form/switch-file-upload.tsx b/src/components/submit-form/switch-file-upload.tsx index d606690..0e51ccc 100644 --- a/src/components/submit-form/switch-file-upload.tsx +++ b/src/components/submit-form/switch-file-upload.tsx @@ -50,14 +50,16 @@ export default function SwitchFileUpload({ text, forceCrop, image, setImage }: P or - - +
+ + +