From 9dcf478dd3af18e004332b28a51836330b49a942 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Thu, 7 Aug 2025 11:26:48 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F(frontend)=20fix=20GitHub=20c?= =?UTF-8?q?apitalization?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The capitalization of the product GitHub has a capital H Signed-off-by: Karl Horky --- src/backend/impress/configuration/theme/default.json | 2 +- src/frontend/apps/e2e/__tests__/app-impress/footer.spec.ts | 2 +- .../apps/impress/src/features/home/components/HomeContent.tsx | 2 +- src/helm/env.d/dev/configuration/theme/demo.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/backend/impress/configuration/theme/default.json b/src/backend/impress/configuration/theme/default.json index 29200ada..9f1b718c 100644 --- a/src/backend/impress/configuration/theme/default.json +++ b/src/backend/impress/configuration/theme/default.json @@ -9,7 +9,7 @@ }, "externalLinks": [ { - "label": "Github", + "label": "GitHub", "href": "https://github.com/suitenumerique/docs/" }, { diff --git a/src/frontend/apps/e2e/__tests__/app-impress/footer.spec.ts b/src/frontend/apps/e2e/__tests__/app-impress/footer.spec.ts index 80678b2f..15b4e9c3 100644 --- a/src/frontend/apps/e2e/__tests__/app-impress/footer.spec.ts +++ b/src/frontend/apps/e2e/__tests__/app-impress/footer.spec.ts @@ -21,7 +21,7 @@ test.describe('Footer', () => { await expect(footer.getByAltText('Docs Logo')).toBeVisible(); await expect(footer.getByRole('heading', { name: 'Docs' })).toBeVisible(); - await expect(footer.getByRole('link', { name: 'Github' })).toBeVisible(); + await expect(footer.getByRole('link', { name: 'GitHub' })).toBeVisible(); await expect(footer.getByRole('link', { name: 'DINUM' })).toBeVisible(); await expect(footer.getByRole('link', { name: 'ZenDiS' })).toBeVisible(); diff --git a/src/frontend/apps/impress/src/features/home/components/HomeContent.tsx b/src/frontend/apps/impress/src/features/home/components/HomeContent.tsx index a34e52fd..7e4e5283 100644 --- a/src/frontend/apps/impress/src/features/home/components/HomeContent.tsx +++ b/src/frontend/apps/impress/src/features/home/components/HomeContent.tsx @@ -167,7 +167,7 @@ export function HomeContent() { href="https://github.com/suitenumerique/docs" target="_blank" > - Github + GitHub diff --git a/src/helm/env.d/dev/configuration/theme/demo.json b/src/helm/env.d/dev/configuration/theme/demo.json index 1013e122..0ed66ed9 100644 --- a/src/helm/env.d/dev/configuration/theme/demo.json +++ b/src/helm/env.d/dev/configuration/theme/demo.json @@ -17,7 +17,7 @@ }, "externalLinks": [ { - "label": "Github", + "label": "GitHub", "href": "https://github.com/suitenumerique/docs/" }, {