aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/root.tsx
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-11 02:46:35 +0900
committernsfisis <nsfisis@gmail.com>2024-08-11 02:46:35 +0900
commitc702d665a4ea3ea17005d4122fbd2a41180d5e6a (patch)
treeec7c92e830a1af41ff396fb4aad68f6e98884cff /frontend/app/root.tsx
parenta5cac50708b1e4b5589d8a48199af1716a674a57 (diff)
downloadphperkaigi-2025-albatross-c702d665a4ea3ea17005d4122fbd2a41180d5e6a.tar.gz
phperkaigi-2025-albatross-c702d665a4ea3ea17005d4122fbd2a41180d5e6a.tar.zst
phperkaigi-2025-albatross-c702d665a4ea3ea17005d4122fbd2a41180d5e6a.zip
feat(frontend): improve top page styling
Diffstat (limited to 'frontend/app/root.tsx')
-rw-r--r--frontend/app/root.tsx2
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" />