diff --git a/README.md b/README.md index 75f10a024e..594193eca3 100644 --- a/README.md +++ b/README.md @@ -163,4 +163,4 @@ dedicated pages for our [plugins](https://scm-manager.org/plugins/). Do you have - **Enterprise Support** - Do you require support with the integration of SCM-Manager into your processes, with the customization of the tool or simply a service level agreement (SLA)? **Contact our development partner Cloudogu! Their team is looking forward to discussing your individual requirements with you and will be more than happy to - give you a quote.** [Request Enterprise Support](https://cloudogu.com/en/scm-manager-enterprise/). + give you a quote.** [Request Enterprise Support](https://platform.cloudogu.com/en/support/). diff --git a/gradle/changelog/enterprise-support-link.yml b/gradle/changelog/enterprise-support-link.yml new file mode 100644 index 0000000000..580ec6dcf0 --- /dev/null +++ b/gradle/changelog/enterprise-support-link.yml @@ -0,0 +1,2 @@ +- type: fixed + description: Updated the enterprise support link in the admin section diff --git a/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap b/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap index f5b40e80db..20cf7d6ab5 100644 --- a/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap +++ b/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap @@ -1698,7 +1698,7 @@ exports[`Storyshots Footer Default 1`] = `
  • @@ -1894,7 +1894,7 @@ exports[`Storyshots Footer Full 1`] = `
  • @@ -2071,7 +2071,7 @@ exports[`Storyshots Footer With Avatar 1`] = `
  • @@ -2259,7 +2259,7 @@ exports[`Storyshots Footer With Plugin Links 1`] = `
  • diff --git a/scm-ui/ui-components/src/layout/Footer.tsx b/scm-ui/ui-components/src/layout/Footer.tsx index 78e52426e4..b0aec75089 100644 --- a/scm-ui/ui-components/src/layout/Footer.tsx +++ b/scm-ui/ui-components/src/layout/Footer.tsx @@ -127,10 +127,7 @@ const Footer: FC = ({ me, version, links }) => { }> - + {!(index.data?._embedded?.feedback as Feedback)?.disabled ? ( <>