Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: [M3-7151] - Redis trademark changes #9694

Merged
merged 12 commits into from
Sep 18, 2023
Merged
1 change: 1 addition & 0 deletions packages/manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Billing Contact UI regression caused by MUI Update ([#9667](https://github.com/linode/manager/pull/9667))
- Panels alignment in NodeBalancer create flow ([#9673](https://github.com/linode/manager/pull/9673))
- Misplaced helper text and static copy in Linode Create Volume drawer ([#9683](https://github.com/linode/manager/pull/9683))
- Redis trademark changes ([#9694](https://github.com/linode/manager/pull/9694))

### Tech Stories:

Expand Down
48 changes: 1 addition & 47 deletions packages/manager/public/assets/redis.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 1 addition & 47 deletions packages/manager/public/assets/redissentinelmarketplaceocc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 1 addition & 25 deletions packages/manager/public/assets/white/redis.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export const AppDetailDrawer: React.FunctionComponent<Props> = (props) => {
key={`${selectedApp.name}-guide-${idx}`}
to={link.href}
>
{link.title}
{sanitizeHTML(link.title)}
</Link>
))}
</Box>
Expand Down
13 changes: 7 additions & 6 deletions packages/manager/src/features/OneClickApps/oneClickApps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1922,14 +1922,14 @@ export const oneClickApps: OCA[] = [
end: '722b20',
start: '222222',
},
description: `Redis is an open-source, in-memory, data-structure store, with the optional ability to write and persist data to a disk, which can be used as a key-value database, cache, and message broker. Redis features built-in transactions, replication, and support for a variety of data structures such as strings, hashes, lists, sets, and others.`,
description: `Redis&reg; is an open-source, in-memory, data-structure store, with the optional ability to write and persist data to a disk, which can be used as a key-value database, cache, and message broker. Redis&reg; features built-in transactions, replication, and support for a variety of data structures such as strings, hashes, lists, sets, and others.<br/><br/>*Redis is a registered trademark of Redis Ltd. Any rights therein are reserved to Redis Ltd. Any use by Akamai Technologies is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between Redis and Akamai Technologies.`,
logo_url: 'redis.svg',
name: 'Redis',
name: 'Marketplace App for Redis&reg;',
related_guides: [
{
href:
'https://www.linode.com/docs/products/tools/marketplace/guides/redis/',
title: 'Deploy Redis through the Linode Marketplace',
title: 'Deploy Redis&reg; through the Linode Marketplace',
},
],
summary:
Expand All @@ -1944,14 +1944,15 @@ export const oneClickApps: OCA[] = [
end: '722b20',
start: '222222',
},
description: `Redis is an open-source, in-memory, data-structure store, with the optional ability to write and persist data to a disk, which can be used as a key-value database, cache, and message broker. Redis features built-in transactions, replication, and support for a variety of data structures such as strings, hashes, lists, sets, and others.`,
description: `Redis&reg; is an open-source, in-memory, data-structure store, with the optional ability to write and persist data to a disk, which can be used as a key-value database, cache, and message broker. Redis&reg; features built-in transactions, replication, and support for a variety of data structures such as strings, hashes, lists, sets, and others.<br/><br/>*Redis is a registered trademark of Redis Ltd. Any rights therein are reserved to Redis Ltd. Any use by Akamai Technologies is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between Redis and Akamai Technologies.`,
logo_url: 'redissentinelmarketplaceocc.svg',
name: 'Redis Sentinel Cluster',
name: 'Marketplace App for Redis&reg; Sentinel Cluster',
related_guides: [
{
href:
'https://www.linode.com/docs/products/tools/marketplace/guides/redis-cluster/',
title: 'Deploy Redis Sentinel Cluster through the Linode Marketplace',
title:
'Deploy Redis&reg; Sentinel Cluster through the Linode Marketplace',
},
],
summary:
Expand Down