app name changed(login page) and app icon created

develop-banckend-test
Amagasu 4 months ago
parent bd242cbb3a
commit 3c0b7596cc
  1. 2
      frontend/public/index.html
  2. BIN
      frontend/public/testicon.ico
  3. 2
      frontend/src/pages/LoginPage.tsx

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/testicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 KiB

@ -64,7 +64,7 @@ const LoginPage: React.FC = () => {
<Paper elevation={3} sx={{ p: 4 }}>
<Box sx={{ display: 'flex', flexDirection: 'column', alignItems: 'center' }}>
<Typography component="h1" variant="h5" gutterBottom>
ToDoアプリ
shopchop
</Typography>
{/* エラーがある場合のみアラートを表示 */}
{error && (

Loading…
Cancel
Save