File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
assets/src/dashboard/parts/connected Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const OptimizationStatus = ({ settings }) => {
23
23
24
24
return (
25
25
< div className = "bg-white flex flex-col text-gray-700 border-0 rounded-lg shadow-md p-8" >
26
- < h3 className = "text-base m-0 mb-4 " > { optimoleDashboardApp . strings . optimization_status . title } </ h3 >
26
+ < h3 className = "text-lg mt-0 " > { optimoleDashboardApp . strings . optimization_status . title } </ h3 >
27
27
< ul className = "grid gap-3 m-0" >
28
28
{ statuses . map ( ( status , index ) => {
29
29
let statusClass = status . active ? 'success' : 'danger' ;
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ const SPCRecommendation = () => {
100
100
< Icon icon = { close } className = "fill-current" size = { 18 } />
101
101
</ button >
102
102
< div className = "p-8 flex flex-col gap-2" >
103
- < h3 className = "text-gray-800 text- lg font-bold m -0" > { i18n . title } </ h3 >
103
+ < h3 className = "text-lg mt -0" > { i18n . title } </ h3 >
104
104
< p className = "text-gray-600 m-0" > { i18n . byline } </ p >
105
105
< ul className = "grid gap-2" >
106
106
{ i18n . features . map ( ( feature , index ) => (
You can’t perform that action at this time.
0 commit comments