diff --git a/src/app/components/header.tsx b/src/app/components/header.tsx
index 1dc08a1..1e4b93c 100644
--- a/src/app/components/header.tsx
+++ b/src/app/components/header.tsx
@@ -12,7 +12,7 @@ export default async function Header() {
return (
-
+
TomodachiShare
@@ -20,7 +20,7 @@ export default async function Header() {
-
+
-
diff --git a/src/app/components/mii-list.tsx b/src/app/components/mii-list.tsx
index 5f3d8dc..b8afb20 100644
--- a/src/app/components/mii-list.tsx
+++ b/src/app/components/mii-list.tsx
@@ -123,7 +123,7 @@ export default async function MiiList({ searchParams, userId }: Props) {
{userId == null && (
-
+
@{mii.user?.username}
)}
diff --git a/src/app/components/search-bar.tsx b/src/app/components/search-bar.tsx
index 6948006..6ad320c 100644
--- a/src/app/components/search-bar.tsx
+++ b/src/app/components/search-bar.tsx
@@ -4,7 +4,7 @@ import { Icon } from "@iconify/react";
export default function SearchBar() {
return (
-
+
+
Welcome to TomodachiShare!
Choose your login method
diff --git a/src/app/mii/[slug]/page.tsx b/src/app/mii/[slug]/page.tsx
index 5030a9a..852e12c 100644
--- a/src/app/mii/[slug]/page.tsx
+++ b/src/app/mii/[slug]/page.tsx
@@ -28,10 +28,10 @@ export default async function ProfilePage({ params }: Props) {
});
return (
-
+
-
{mii?.name}
+
{mii?.name}