File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ class Converter extends Component {
42
42
< div className = "row pt-4 mb-3" >
43
43
< div className = "col-12 text-center" >
44
44
< h1 className = "h3 font-weight-normal" >
45
- English- Greek Dictionary
45
+ Greek Beta Code Converter
46
46
</ h1 >
47
47
</ div >
48
48
</ div >
49
49
50
50
< div className = { `row ${ styles . row } ` } >
51
51
< div className = "col-6" >
52
- < h4 > Greek Unicode</ h4 >
52
+ < h4 className = "text-center" > Greek Unicode</ h4 >
53
53
< textarea
54
54
className = { `${ styles . textarea } form-control input-lg` }
55
55
type = "text"
@@ -64,7 +64,7 @@ class Converter extends Component {
64
64
</ div >
65
65
66
66
< div className = "col-6" >
67
- < h4 > Beta Code</ h4 >
67
+ < h4 className = "text-center" > Beta Code</ h4 >
68
68
< textarea
69
69
className = { `${ styles . textarea } form-control input-lg` }
70
70
type = "text"
You can’t perform that action at this time.
0 commit comments