diff --git a/app/(auth)/layout.tsx b/app/(auth)/layout.tsx
index 633ac78..725cfa9 100644
--- a/app/(auth)/layout.tsx
+++ b/app/(auth)/layout.tsx
@@ -5,11 +5,11 @@ export default function AuthLayout({ children }: { children: React.ReactNode })
-
-
+
+
-
+
聚玩 JuWan
diff --git a/app/(main)/search/page.tsx b/app/(main)/search/page.tsx
index 386899c..ba4b704 100644
--- a/app/(main)/search/page.tsx
+++ b/app/(main)/search/page.tsx
@@ -90,7 +90,7 @@ function PlayerCard({ player }: { player: Player }) {
-
+
{player.user.nickname.slice(0, 2)}
@@ -179,7 +179,7 @@ function ShopCard({ item }: { item: ShopResultItem }) {
-
+
{item.shop.name.slice(0, 2)}
diff --git a/app/(main)/shop/[id]/page.tsx b/app/(main)/shop/[id]/page.tsx
index 3aef98c..668a15a 100644
--- a/app/(main)/shop/[id]/page.tsx
+++ b/app/(main)/shop/[id]/page.tsx
@@ -46,7 +46,7 @@ export default async function ShopPage({ params }: PageProps) {
)}
-
+
{shop.name}