Skip to content

Commit b641c1e

Browse files
authored
Merge pull request #3390 from RedisInsight/fe/feature/RI-5754_5755
#RI-5754 - update terms
2 parents 5f4407c + 9471f80 commit b641c1e

File tree

6 files changed

+32
-32
lines changed

6 files changed

+32
-32
lines changed

redisinsight/ui/src/components/oauth/oauth-sso-dialog/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.modal {
2-
background: var(--euiColorLightestShade) !important;
2+
background: var(--euiColorEmptyShade) !important;
33
min-width: 420px !important;
44
min-height: auto !important;
55
padding: 0;

redisinsight/ui/src/components/oauth/shared/oauth-advantages/styles.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
}
1717

1818
.logo {
19-
height: 40px;
20-
width: 40px;
19+
height: auto;
20+
width: 120px;
2121
margin-bottom: 12px;
2222
}
2323

redisinsight/ui/src/components/side-panels/panels/ai-assistant/components/texts.tsx

Lines changed: 22 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,23 @@ import React from 'react'
44
export const ASSISTANCE_CHAT_AGREEMENTS = (
55
<>
66
<EuiText size="xs">
7-
Redis Copilot is powered by
8-
{' '}
9-
<EuiLink
10-
color="subdued"
11-
external={false}
12-
target="_blank"
13-
href="https://chat.openai.com/"
14-
>
15-
OpenAI ChatGPT
16-
</EuiLink>
17-
{' '}
18-
and is designed for general information only.
7+
Redis Copilot is powered by OpenAI API and is designed for general information only.
198
</EuiText>
209
<EuiSpacer size="xs" />
2110
<EuiText size="xs">
2211
Please do not input any personal data or confidential information.
2312
</EuiText>
2413
<EuiSpacer size="xs" />
2514
<EuiText size="xs">
26-
By accessing and/or using Redis Copilot, you acknowledge that you agree to our
15+
By accessing and/or using Redis Copilot, you acknowledge that you agree to the
2716
{' '}
2817
<EuiLink
2918
color="subdued"
3019
external={false}
3120
target="_blank"
32-
href="https://redis.com/legal/redis-website-terms-of-use/"
21+
href="https://redis.io/legal/redis-copilot-terms-of-use/"
3322
>
34-
Terms of Use
23+
REDIS COPILOT TERMS
3524
</EuiLink>
3625
{' '}
3726
and
@@ -52,27 +41,31 @@ export const ASSISTANCE_CHAT_AGREEMENTS = (
5241
export const EXPERT_CHAT_AGREEMENTS = (
5342
<>
5443
<EuiText size="xs">
55-
Redis Copilot is powered by
56-
{' '}
57-
<EuiLink
58-
color="subdued"
59-
external={false}
60-
target="_blank"
61-
href="https://chat.openai.com/"
62-
>
63-
OpenAI ChatGPT
64-
</EuiLink>
65-
.
44+
Redis Copilot is powered by OpenAI API.
6645
</EuiText>
6746
<EuiSpacer size="xs" />
6847
<EuiText size="xs">
69-
Please do not include any personal data (except as expressly required for the use of Redis Copilot)
70-
or confidential information.
48+
Please do not include any personal
49+
data (except as expressly required for the use of Redis Copilot) or confidential information.
50+
</EuiText>
51+
<EuiText size="xs">
52+
Redis Copilot needs access to the information in your database to provide you context-aware assistance.
7153
</EuiText>
7254
<EuiSpacer size="xs" />
7355
<EuiText size="xs">
7456
By accepting these terms, you consent to the processing of any information included in your database,
75-
and you agree to the REDIS COPILOT TERMS and
57+
and you agree to the
58+
{' '}
59+
<EuiLink
60+
color="subdued"
61+
external={false}
62+
target="_blank"
63+
href="https://redis.io/legal/redis-copilot-terms-of-use/"
64+
>
65+
REDIS COPILOT TERMS
66+
</EuiLink>
67+
{' '}
68+
and
7669
{' '}
7770
<EuiLink
7871
color="subdued"

redisinsight/ui/src/components/side-panels/panels/live-time-recommendations/components/recommendation/styles.module.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@
134134
width: 28px !important;
135135
height: 28px !important;
136136
}
137+
138+
.euiIcon {
139+
width: 28px !important;
140+
height: 28px !important;
141+
}
137142
}
138143
}
139144

redisinsight/ui/src/components/triggers/copilot-trigger/styles.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
height: 36px !important;
2424
width: 36px !important;
2525
min-width: 36px !important;
26+
box-shadow: none !important;
2627

2728
:global(.euiButton__text) {
2829
display: none;

redisinsight/ui/src/components/triggers/insights-trigger/styles.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
height: 36px !important;
2424
width: 36px !important;
2525
min-width: 36px !important;
26+
box-shadow: none !important;
2627

2728
:global(.euiButton__text) {
2829
margin-inline: 0;

0 commit comments

Comments
 (0)