Skip to content

Commit 79babd5

Browse files
committed
feat: 🎸 Add logo
1 parent aca5e63 commit 79babd5

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

pages/index.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@ const Home = () => {
104104
</MuiAlert>
105105
</Snackbar>
106106
<Container>
107-
<h1>自慢ディテクター</h1>
107+
<Grid container alignItems="center" justify="center">
108+
<Grid item>
109+
<img src="/static/logo.png" height="200px" />
110+
</Grid>
111+
</Grid>
108112
<Box fontSize={25}>
109113
<p>
110114
{finalText}

static/favicon.ico

287 KB
Binary file not shown.

static/logo.png

85.6 KB
Loading

0 commit comments

Comments
 (0)