File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
redisinsight/ui/src/pages/home/components/form Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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' } ,
You can’t perform that action at this time.
0 commit comments