diff --git a/src/app/(route)/chat/[id]/ChatPage.tsx b/src/app/(route)/chat/[id]/ChatPage.tsx index 509dd5b..ac336f2 100644 --- a/src/app/(route)/chat/[id]/ChatPage.tsx +++ b/src/app/(route)/chat/[id]/ChatPage.tsx @@ -103,7 +103,7 @@ export default function Chat() { )}
-
-
+
+
diff --git a/src/app/(route)/home/HomePage.tsx b/src/app/(route)/home/HomePage.tsx index c8c340d..63cf8c1 100644 --- a/src/app/(route)/home/HomePage.tsx +++ b/src/app/(route)/home/HomePage.tsx @@ -16,7 +16,7 @@ export default function Home() { // 로딩중 화면 if (creating || redirecting) { return ( -
+
{form.firstChat} @@ -27,8 +27,10 @@ export default function Home() {
{error &&

문제가 발생했습니다.

}
-
- {}} disabled /> +
+
+ {}} disabled /> +
);