commit d680fa8c4099da1484e7ceb40ef43b6c58500616 parent fa1d34a107683fcf1a938b30c2e995c8ea85f43f Author: minerva-jupitr <ryouturn@gmail.com> Date: Fri, 12 Jul 2024 13:46:26 +0900 typo Diffstat:
| M | image-uploader/src/app/page.tsx | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/image-uploader/src/app/page.tsx b/image-uploader/src/app/page.tsx @@ -108,8 +108,8 @@ export default function Home() { > <MenuIcon /> </IconButton> - <Typography variant="h6" noWrap component="div"> - Persistent drawer + <Typography variant="h4" noWrap component="div"> + Image Uploader </Typography> </Toolbar> </AppBar>