diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index 64990e97..eb6bb42a 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -22,16 +22,16 @@ export default function App({ Component, pageProps }: AppProps) { -
+
- - -
+ + + diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index 974ba92a..9d877a41 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -3,10 +3,8 @@ import { Head, Html, Main, NextScript } from "next/document"; export default function Document() { return ( - - 퀘스또 - - + +
diff --git a/src/views/layouts/sidebar/components/goals/GoalCreationForm.tsx b/src/views/layouts/sidebar/components/goals/GoalCreationForm.tsx index 00bb5e5f..f1e9cf9a 100644 --- a/src/views/layouts/sidebar/components/goals/GoalCreationForm.tsx +++ b/src/views/layouts/sidebar/components/goals/GoalCreationForm.tsx @@ -7,14 +7,14 @@ type GoalCreationFormProps = { export default (function GoalCreationForm({ onSubmit }: GoalCreationFormProps) { return (
);