Skip to content

Commit 84adfec

Browse files
committed
Add: wip page
1 parent 476f380 commit 84adfec

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

src/ProTip.tsx

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import * as React from "react";
21
import Link from "@mui/material/Link";
32
import SvgIcon, { SvgIconProps } from "@mui/material/SvgIcon";
43
import Typography from "@mui/material/Typography";
@@ -15,11 +14,11 @@ export default function ProTip() {
1514
return (
1615
<Typography sx={{ mt: 6, mb: 3, color: "text.secondary" }}>
1716
<LightBulbIcon sx={{ mr: 1, verticalAlign: "middle" }} />
18-
{"Pro tip: See more "}
19-
<Link href="https://mui.com/material-ui/getting-started/templates/">
20-
templates
21-
</Link>
22-
{" in the Material UI documentation."}
17+
{"개발 중인 사이트입니다. 관심 있는 분들은 "}
18+
<Link href="https://github.com/ybmin/tk-everyday-front/">깃헙 레포</Link>
19+
{"나 "}
20+
<Link href="https://ybminm.me/">개발자 연락처</Link>
21+
{" 를 참고해주세요."}
2322
</Typography>
2423
);
2524
}

src/pages/Home/index.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ function Copyright() {
77
return (
88
<Typography variant="body2" color="text.secondary" align="center">
99
{"Copyright © "}
10-
<Link color="inherit" href="https://mui.com/">
11-
Your Website
10+
<Link color="inherit" href="https://ybminm.me/">
11+
ybminm
1212
</Link>{" "}
1313
{new Date().getFullYear()}.
1414
</Typography>
@@ -20,7 +20,7 @@ const HomePage = () => {
2020
<Container maxWidth="sm">
2121
<Box sx={{ my: 4 }}>
2222
<Typography variant="h4" component="h1" sx={{ mb: 2 }}>
23-
Material UI Create React App example in TypeScript
23+
Tekken Everyday Site
2424
</Typography>
2525
<ProTip />
2626
<Copyright />

0 commit comments

Comments
 (0)