Skip to content

Commit 8511533

Browse files
committed
make title one liner - change badge color
1 parent 0282a84 commit 8511533

File tree

1 file changed

+3
-7
lines changed
  • redisinsight/ui/src/pages/home/components/add-database-screen/components/connectivity-options

1 file changed

+3
-7
lines changed

redisinsight/ui/src/pages/home/components/add-database-screen/components/connectivity-options/ConnectivityOptions.tsx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ const ConnectivityOptions = (props: Props) => {
7272
return (
7373
<>
7474
<section className={styles.cloudSection}>
75-
<Text color="primary">
76-
Get started with Redis Cloud account
77-
</Text>
75+
<Text color="primary">Get started with Redis Cloud account</Text>
7876
<Spacer />
7977
<Grid gap="l" columns={3} responsive>
8078
<FlexItem>
@@ -108,7 +106,7 @@ const ConnectivityOptions = (props: Props) => {
108106
})}
109107
target="_blank"
110108
>
111-
<RiBadge className="freeBadge" label="Free" />
109+
<RiBadge className="freeBadge" label="Free" variant="notice" />
112110
<Col align="center">
113111
<RocketIcon className="btnIcon" />
114112
New database
@@ -123,9 +121,7 @@ const ConnectivityOptions = (props: Props) => {
123121
</section>
124122
<Spacer size="xxl" />
125123
<section>
126-
<Text color="primary">
127-
More connectivity options
128-
</Text>
124+
<Text color="primary">More connectivity options</Text>
129125
<Spacer />
130126
<Grid gap="l" responsive columns={3}>
131127
{CONNECTIVITY_OPTIONS.map(({ id, type, title, icon }) => (

0 commit comments

Comments
 (0)