diff options
Diffstat (limited to 'frontend/app/root.tsx')
| -rw-r--r-- | frontend/app/root.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/root.tsx b/frontend/app/root.tsx index 0fcfa1f..7924ce7 100644 --- a/frontend/app/root.tsx +++ b/frontend/app/root.tsx @@ -17,7 +17,7 @@ export const links: LinksFunction = () => [ export function Layout({ children }: { children: React.ReactNode }) { return ( - <html lang="en"> + <html lang="ja"> <head> <meta charSet="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> |
