diff --git a/public/app/core/components/Footer/Footer.tsx b/public/app/core/components/Footer/Footer.tsx index e5421c6072f..07d31f0fe58 100644 --- a/public/app/core/components/Footer/Footer.tsx +++ b/public/app/core/components/Footer/Footer.tsx @@ -1,4 +1,4 @@ -import React, { FC } from 'react'; +import React, { FC } from 'react'; import { Tooltip } from '@grafana/ui'; interface Props { @@ -21,8 +21,12 @@ export const Footer: FC = React.memo(
  • - - Support Plans + + Support & Enterprise
  • diff --git a/public/app/features/admin/__snapshots__/ServerStats.test.tsx.snap b/public/app/features/admin/__snapshots__/ServerStats.test.tsx.snap index aaf60326fdd..b0ee7f5686f 100644 --- a/public/app/features/admin/__snapshots__/ServerStats.test.tsx.snap +++ b/public/app/features/admin/__snapshots__/ServerStats.test.tsx.snap @@ -171,14 +171,14 @@ exports[`ServerStats Should render table with stats 1`] = `
  • - Support Plans + Support & Enterprise
  • diff --git a/public/app/features/datasources/NewDataSourcePage.tsx b/public/app/features/datasources/NewDataSourcePage.tsx index 51b3dcae5c9..ac8c0773d7f 100644 --- a/public/app/features/datasources/NewDataSourcePage.tsx +++ b/public/app/features/datasources/NewDataSourcePage.tsx @@ -224,7 +224,7 @@ function getGrafanaCloudPhantomPlugin(): DataSourcePluginMeta { author: { name: 'Grafana Labs' }, links: [ { - url: 'https://grafana.com/cloud', + url: 'https://grafana.com/products/cloud/', name: 'Learn more', }, ],