アプリ名をshopchopに設定

feature-frontend-adddishes-logic^2
Haru.Kusano 5 months ago
parent 2a5d743c78
commit b9bb66b6d5
  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. 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`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>料理材料アプリ</title> <title>shopchop</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>

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

Loading…
Cancel
Save