File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
assets/src/dashboard/parts/connect Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ const ConnectLayout = () => {
168
168
< div className = "optml-connect__content basis-8/12" >
169
169
< div className = "inline-block bg-light-blue text-gray-500 text-sm font-medium px-4 py-1.5 rounded-full mb-4" > { optimoleDashboardApp . strings . account_needed_trust_badge } </ div >
170
170
171
- < div className = "text-gray-700 font-serif text-26 font-bold leading-7 m-0" > { optimoleDashboardApp . strings . account_needed_heading } </ div >
171
+ < div className = "text-gray-700 font-serif text-2xl font-bold leading-7 m-0" > { optimoleDashboardApp . strings . account_needed_heading } </ div >
172
172
< p
173
173
className = "text-base font-normal text-gray-500"
174
174
dangerouslySetInnerHTML = { { __html : optimoleDashboardApp . strings . account_needed_sub_heading } }
Original file line number Diff line number Diff line change @@ -32,8 +32,7 @@ module.exports = {
32
32
} ,
33
33
fontSize : {
34
34
'2' : '2rem' ,
35
- 's' : '13px' ,
36
- '26' : '26px' ,
35
+ 's' : '13px'
37
36
} ,
38
37
maxWidth : {
39
38
'64' : '64px' ,
You can’t perform that action at this time.
0 commit comments