タイトル変更

dev-frontend-top
Haru.Kusano 5 months ago
parent 63ebb7b2a1
commit 5ec9452590
  1. 2
      frontend/public/index.html
  2. 2
      frontend/src/components/Layout.tsx

@ -23,7 +23,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>料理材料アプリ</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

@ -74,7 +74,7 @@ const Layout: React.FC = () => {
<MenuIcon />
</IconButton>
<Typography variant="h6" component="div" sx={{ flexGrow: 1 }}>
ToDoアプ
</Typography>
<Button color="inherit" onClick={handleLogout}>

Loading…
Cancel
Save