File tree 2 files changed +8
-9
lines changed
2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
- import * as React from "react" ;
2
1
import Link from "@mui/material/Link" ;
3
2
import SvgIcon , { SvgIconProps } from "@mui/material/SvgIcon" ;
4
3
import Typography from "@mui/material/Typography" ;
@@ -15,11 +14,11 @@ export default function ProTip() {
15
14
return (
16
15
< Typography sx = { { mt : 6 , mb : 3 , color : "text.secondary" } } >
17
16
< 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
+ { " 를 참고해주세요 ." }
23
22
</ Typography >
24
23
) ;
25
24
}
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ function Copyright() {
7
7
return (
8
8
< Typography variant = "body2" color = "text.secondary" align = "center" >
9
9
{ "Copyright © " }
10
- < Link color = "inherit" href = "https://mui.com /" >
11
- Your Website
10
+ < Link color = "inherit" href = "https://ybminm.me /" >
11
+ ybminm
12
12
</ Link > { " " }
13
13
{ new Date ( ) . getFullYear ( ) } .
14
14
</ Typography >
@@ -20,7 +20,7 @@ const HomePage = () => {
20
20
< Container maxWidth = "sm" >
21
21
< Box sx = { { my : 4 } } >
22
22
< Typography variant = "h4" component = "h1" sx = { { mb : 2 } } >
23
- Material UI Create React App example in TypeScript
23
+ Tekken Everyday Site
24
24
</ Typography >
25
25
< ProTip />
26
26
< Copyright />
You can’t perform that action at this time.
0 commit comments