From 8106a40b445e43d3034271626e8c951a2d2738bc Mon Sep 17 00:00:00 2001 From: David Robinson <14000840+khelwood@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:28:20 +0100 Subject: [PATCH 1/2] replace support email with freshservice url --- public/config.js | 2 +- src/components/AppShell.tsx | 11 +---------- src/types/stan.ts | 4 ++-- 3 files changed, 4 insertions(+), 13 deletions(-) diff --git a/public/config.js b/public/config.js index 513a3acec..a13db6f36 100644 --- a/public/config.js +++ b/public/config.js @@ -3,6 +3,6 @@ window.STAN_CONFIG = { headerColor: "bg-gradient-to-tr from-sdb to-sdb-400", footerColor: "border-sdb-100 bg-sdb-400", deploymentDate: "TBD", - supportEmail: "beaglebugs@sanger.ac.uk", + supportUrl: "https://sanger.freshservice.com/support/catalog/items/281", maxSearchRecords: 150, }; \ No newline at end of file diff --git a/src/components/AppShell.tsx b/src/components/AppShell.tsx index a2e4342e9..0a96a1fca 100644 --- a/src/components/AppShell.tsx +++ b/src/components/AppShell.tsx @@ -645,16 +645,7 @@ function AppShell({ children }: AppShellParams) {
  • - - - - - + Support
  • diff --git a/src/types/stan.ts b/src/types/stan.ts index 95f08263c..3af79517a 100644 --- a/src/types/stan.ts +++ b/src/types/stan.ts @@ -242,9 +242,9 @@ export type StanConfig = { footerColor: string; /** - * Email address for users to get support + * URL for users to get support */ - supportEmail: string; + supportUrl: string; /** * When was this release deployed From d6bfd639909b288bed56ded9f9f3f0214f74fd6a Mon Sep 17 00:00:00 2001 From: David Robinson <14000840+khelwood@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:29:18 +0100 Subject: [PATCH 2/2] v2.47.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e191cec5..87e2c6d4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "2.47.2", + "version": "2.47.3", "private": true, "proxy": "http://localhost:8080", "dependencies": {