diff --git a/app/favicon.ico b/app/favicon.ico index 73ef88d..5fb5143 100644 Binary files a/app/favicon.ico and b/app/favicon.ico differ diff --git a/app/layout.tsx b/app/layout.tsx index 108abd5..436b5b1 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -23,12 +23,8 @@ const RootLayout: FC> = ({ children }) => { enableSystem disableTransitionOnChange > -
-
-
- {children} -
-
+
+
{children}
diff --git a/app/not-found.tsx b/app/not-found.tsx index 0eabf8a..63c2e3a 100644 --- a/app/not-found.tsx +++ b/app/not-found.tsx @@ -6,7 +6,7 @@ export const runtime = "edge"; export default function NotFound() { return ( -
+

404 diff --git a/app/page.tsx b/app/page.tsx index 0eb338c..d30fcc1 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -10,7 +10,7 @@ export const runtime = "edge"; export default async function Home() { return ( -
+

diff --git a/app/recap/[user]/error.tsx b/app/recap/[user]/error.tsx index 0e7bd2e..50e7ac0 100644 --- a/app/recap/[user]/error.tsx +++ b/app/recap/[user]/error.tsx @@ -7,7 +7,7 @@ export const runtime = "edge"; export default function ErrorPage() { return ( -
+

ユーザーの情報を取得できませんでした。

diff --git a/app/recap/components/header/header.tsx b/app/recap/components/header/header.tsx index bdcd72c..953d0ff 100644 --- a/app/recap/components/header/header.tsx +++ b/app/recap/components/header/header.tsx @@ -19,14 +19,14 @@ export const Header: FC = () => {
-
+
{ GitHub GitHub diff --git a/app/recap/components/user-button.tsx b/app/recap/components/user-button.tsx index e611ad7..010a39c 100644 --- a/app/recap/components/user-button.tsx +++ b/app/recap/components/user-button.tsx @@ -21,9 +21,9 @@ export const UserButton: FC = () => {