diff --git a/src/app/components/carousel.tsx b/src/app/components/carousel.tsx index db49c9e..82b150a 100644 --- a/src/app/components/carousel.tsx +++ b/src/app/components/carousel.tsx @@ -1,5 +1,6 @@ "use client"; +import Image from "next/image"; import { useCallback, useEffect, useState } from "react"; import useEmblaCarousel from "embla-carousel-react"; import { Icon } from "@iconify/react"; @@ -30,7 +31,7 @@ export default function Carousel({ images, className }: Props) {
Your data, including your Miis, will be retained for as long as you have an account on the site. You may request that your data be - deleted at any time by going to your profile page, clicking the settings icon, and clicking the 'Delete Account' button. Upon clicking, - your data will be promptly removed from our servers. + deleted at any time by going to your profile page, clicking the settings icon, and clicking the 'Delete Account' button. Upon + clicking, your data will be promptly removed from our servers.
- Search results for "{query}" + Search results for "{query}"
- This service is provided "as is" and without any warranties. We are not responsible for any user-generated content or the actions of - users on the site. You use the site at your own risk. + This service is provided "as is" and without any warranties. We are not responsible for any user-generated content or the + actions of users on the site. You use the site at your own risk.
We do not guarantee continuous or secure access to the service and are not liable for any damages resulting from interruptions, loss of
@@ -109,8 +109,8 @@ export default function PrivacyPage() {
- This site is not affiliated with, endorsed by, or associated with Nintendo in any way. "Mii" and all related character designs are
- trademarks of Nintendo Co., Ltd.
+ This site is not affiliated with, endorsed by, or associated with Nintendo in any way. "Mii" and all related character designs
+ are trademarks of Nintendo Co., Ltd.
All Mii-related content is shared by users under the assumption that it does not violate any third-party rights. If you believe your
diff --git a/src/lib/images.ts b/src/lib/images.ts
index 791c405..3da7a31 100644
--- a/src/lib/images.ts
+++ b/src/lib/images.ts
@@ -6,7 +6,7 @@ const MIN_IMAGE_DIMENSIONS = 128;
const MAX_IMAGE_DIMENSIONS = 1024;
const MAX_IMAGE_SIZE = 1024 * 1024; // 1 MB
-const THRESHOLD = 0.5;
+// const THRESHOLD = 0.5;
// tf.enableProdMode();
diff --git a/src/lib/qr-codes.ts b/src/lib/qr-codes.ts
index c47b370..bcb8802 100644
--- a/src/lib/qr-codes.ts
+++ b/src/lib/qr-codes.ts
@@ -15,7 +15,7 @@ export function convertQrCode(bytes: Uint8Array): { mii: Mii; tomodachiLifeMii:
let decrypted: Uint8Array