File tree 7 files changed +7
-7
lines changed
customised/src/components/Button
preact/src/components/Button
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Big pink button:
8
8
9
9
``` jsx
10
10
< Button size= " large" color= " deeppink" >
11
- Lick Me
11
+ Click Me
12
12
< / Button>
13
13
```
14
14
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Big pink button:
8
8
9
9
``` jsx
10
10
< Button size= " large" color= " deeppink" >
11
- Lick Me
11
+ Click Me
12
12
< / Button>
13
13
```
14
14
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Big pink button:
8
8
9
9
``` jsx
10
10
< Button size= " large" color= " deeppink" >
11
- Lick Me
11
+ Click Me
12
12
< / Button>
13
13
```
14
14
Original file line number Diff line number Diff line change 1
1
That big pink button again:
2
2
3
- <Button size="large" color="deeppink">Lick Me</Button>
3
+ <Button size="large" color="deeppink">Click Me</Button>
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Big pink button:
8
8
9
9
``` jsx
10
10
< Button size= " large" color= " deeppink" >
11
- Lick Me
11
+ Click Me
12
12
< / Button>
13
13
```
14
14
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Big pink button:
8
8
9
9
``` jsx
10
10
< Button size= " large" color= " deeppink" >
11
- Lick Me
11
+ Click Me
12
12
< / Button>
13
13
```
14
14
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Basic button:
4
4
5
5
Big pink button:
6
6
7
- <Button size="large" color="deeppink">Lick Me</Button>
7
+ <Button size="large" color="deeppink">Click Me</Button>
8
8
9
9
And you _ can_ ** use** ` any ` [ Markdown] ( http://daringfireball.net/projects/markdown/ ) here.
10
10
You canβt perform that action at this time.
1 commit comments
dhammma commentedon Sep 17, 2018
Nice commit π