Skip to content

Commit 0ae1c3b

Browse files
committed
change color to subdued
1 parent b354a99 commit 0ae1c3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

redisinsight/ui/src/pages/home/components/form/Messages.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const MessageCloudApiKeys = () => (
1313
<Link
1414
external
1515
variant="inline"
16+
color="subdued"
1617
href="https://docs.redis.com/latest/rc/api/get-started/enable-the-api/"
1718
>
1819
documentation
@@ -28,6 +29,7 @@ const MessageStandalone = () => (
2829
<Link
2930
external
3031
variant="inline"
32+
color="subdued"
3133
href={getUtmExternalLink(
3234
'https://redis.io/docs/latest/develop/connect/insight#connection-management',
3335
{ campaign: 'redisinsight' },
@@ -46,6 +48,7 @@ const MessageSentinel = () => (
4648
<Link
4749
external
4850
variant="inline"
51+
color="subdued"
4952
href={getUtmExternalLink(
5053
'https://redis.io/docs/latest/operate/oss_and_stack/management/sentinel/',
5154
{ campaign: 'redisinsight' },
@@ -64,6 +67,7 @@ const MessageEnterpriceSoftware = () => (
6467
<Link
6568
external
6669
variant="inline"
70+
color="subdued"
6771
href={getUtmExternalLink(
6872
'https://redis.io/redis-enterprise-software/overview/',
6973
{ campaign: 'redisinsight' },

0 commit comments

Comments
 (0)