diff --git a/next.config.ts b/next.config.ts
index 25ed264..9736afa 100644
--- a/next.config.ts
+++ b/next.config.ts
@@ -15,7 +15,7 @@ const nextConfig: NextConfig = {
pathname: "/tutorial/**",
},
{
- pathname: "/guest.webp",
+ pathname: "/guest.png",
},
],
remotePatterns: [
diff --git a/src/app/mii/[id]/page.tsx b/src/app/mii/[id]/page.tsx
index 242f793..4508e15 100644
--- a/src/app/mii/[id]/page.tsx
+++ b/src/app/mii/[id]/page.tsx
@@ -314,7 +314,7 @@ export default async function MiiPage({ params }: Props) {
{/* Submission name */}
-
{mii.name}
+ {mii.name}
{/* Like button */}
0} big />
diff --git a/src/components/mii/list/index.tsx b/src/components/mii/list/index.tsx
index 8c250ab..45b65f3 100644
--- a/src/components/mii/list/index.tsx
+++ b/src/components/mii/list/index.tsx
@@ -205,16 +205,18 @@ export default async function MiiList({ searchParams, userId, inLikesPage }: Pro
/>
-
- {mii.name}
-
+
+
+ {mii.name}
+
+
{mii.platform === "SWITCH" ? (
) : (
)}
-
+
{mii.tags.map((tag) => (
@@ -227,7 +229,7 @@ export default async function MiiList({ searchParams, userId, inLikesPage }: Pro
{!userId && (
-
+
@{mii.user?.name}
)}
diff --git a/src/components/profile-settings/index.tsx b/src/components/profile-settings/index.tsx
index 6289e0e..d002aa1 100644
--- a/src/components/profile-settings/index.tsx
+++ b/src/components/profile-settings/index.tsx
@@ -123,7 +123,7 @@ export default function ProfileSettings({ currentDescription }: Props) {
- setName(e.target.value)} />
+ setName(e.target.value)} />