mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Links: Updated links to grafana.com (#20320)
* Links: Updated links to grafana.com * Updated snapshot
This commit is contained in:
parent
3a8cd7b76c
commit
6959cf77ca
@ -1,4 +1,4 @@
|
|||||||
import React, { FC } from 'react';
|
import React, { FC } from 'react';
|
||||||
import { Tooltip } from '@grafana/ui';
|
import { Tooltip } from '@grafana/ui';
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
@ -21,8 +21,12 @@ export const Footer: FC<Props> = React.memo(
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://grafana.com/services/support" target="_blank" rel="noopener">
|
<a
|
||||||
<i className="fa fa-support" /> Support Plans
|
href="https://grafana.com/products/enterprise/?utm_source=grafana_footer"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
|
>
|
||||||
|
<i className="fa fa-support" /> Support & Enterprise
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
@ -171,14 +171,14 @@ exports[`ServerStats Should render table with stats 1`] = `
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href="https://grafana.com/services/support"
|
href="https://grafana.com/products/enterprise/?utm_source=grafana_footer"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
className="fa fa-support"
|
className="fa fa-support"
|
||||||
/>
|
/>
|
||||||
Support Plans
|
Support & Enterprise
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
@ -224,7 +224,7 @@ function getGrafanaCloudPhantomPlugin(): DataSourcePluginMeta {
|
|||||||
author: { name: 'Grafana Labs' },
|
author: { name: 'Grafana Labs' },
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
url: 'https://grafana.com/cloud',
|
url: 'https://grafana.com/products/cloud/',
|
||||||
name: 'Learn more',
|
name: 'Learn more',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user