File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
redisinsight/ui/src/pages/home/components/WelcomeComponent Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -160,13 +160,15 @@ const Welcome = ({ onAddInstance }: Props) => {
160
160
handleClickLink ( HELP_LINKS . cloud . event , { source : OAuthSocialSource . WelcomeScreen } )
161
161
ssoCloudHandlerClick ( e , OAuthSocialSource . WelcomeScreen )
162
162
} }
163
+ target = "_blank"
163
164
style = { {
164
165
...linkStyles ,
165
166
backgroundImage : linkStyles ?. backgroundImage
166
167
? `url(${ getPathToResource ( linkStyles . backgroundImage ) } )`
167
168
: undefined
168
169
} }
169
170
data-testid = "promo-btn"
171
+ rel = "noreferrer"
170
172
>
171
173
< EuiIcon className = { styles . btnIcon } type = { CloudStars } />
172
174
< div className = { styles . btnContent } >
Original file line number Diff line number Diff line change 94
94
}
95
95
}
96
96
97
- .promoButton {
97
+ .btn. promoButton {
98
98
min-height : 80px ;
99
99
100
- color : var (--htmlColor );
100
+ color : var (--htmlColor ) !important ;
101
101
}
102
102
103
103
.logo {
You can’t perform that action at this time.
0 commit comments