|
|
@ -136,7 +136,7 @@ const Layout: React.FC = () => { |
|
|
|
{/* ヘッダー部分 - アプリ名とログアウトボタンを表示 */} |
|
|
|
{/* ヘッダー部分 - アプリ名とログアウトボタンを表示 */} |
|
|
|
<AppBar position="static" elevation={0}> |
|
|
|
<AppBar position="static" elevation={0}> |
|
|
|
<Toolbar> |
|
|
|
<Toolbar> |
|
|
|
<Typography variant="h6" component="div" sx={{ flexGrow: 1 }}> |
|
|
|
<Typography variant="h6" component="div" sx={{ flexGrow: 1 }} onClick={() => navigate('/')}> |
|
|
|
shopchop |
|
|
|
shopchop |
|
|
|
</Typography> |
|
|
|
</Typography> |
|
|
|
<Button color="inherit" onClick={handleLogout}> |
|
|
|
<Button color="inherit" onClick={handleLogout}> |
|
|
|