diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-11 02:46:35 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-11 02:46:35 +0900 |
| commit | c702d665a4ea3ea17005d4122fbd2a41180d5e6a (patch) | |
| tree | ec7c92e830a1af41ff396fb4aad68f6e98884cff /frontend/app/root.tsx | |
| parent | a5cac50708b1e4b5589d8a48199af1716a674a57 (diff) | |
| download | phperkaigi-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.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" /> |
