File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
redisinsight/ui/src/components/oauth/oauth-select-plan Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -158,12 +158,13 @@ const OAuthSelectPlan = () => {
158
158
< EuiModal className = { styles . container } onClose = { handleOnClose } data-testid = "oauth-select-plan-dialog" >
159
159
< EuiModalBody className = { styles . modalBody } >
160
160
< section className = { styles . content } >
161
- < EuiText className = { styles . subTitle } >
162
- Redis Enterprise Cloud
163
- </ EuiText >
164
161
< EuiTitle size = "s" >
165
- < h2 className = { styles . title } > Select cloud vendor</ h2 >
162
+ < h2 className = { styles . title } > Choose a cloud vendor</ h2 >
166
163
</ EuiTitle >
164
+ < EuiText className = { styles . subTitle } >
165
+ Select a cloud vendor and region to complete the final step towards
166
+ your free Redis database. No credit card is required.
167
+ </ EuiText >
167
168
< section className = { styles . providers } >
168
169
{ OAuthProviders . map ( ( { icon, id, label } ) => (
169
170
< div className = { styles . provider } key = { id } >
Original file line number Diff line number Diff line change 8
8
.title {
9
9
font-size : 28px !important ;
10
10
color : var (--htmlColor ) !important ;
11
+ padding-top : 16px ;
11
12
}
12
13
13
14
.subTitle {
14
- padding-top : 24px ;
15
- padding-bottom : 8px ;
15
+ padding : 24px 40px 0 ;
16
16
font-size : 14px !important ;
17
17
}
18
18
You can’t perform that action at this time.
0 commit comments