✏️(frontend) fix GitHub capitalization

The capitalization of the product GitHub has a capital H

Signed-off-by: Karl Horky <karl.horky@gmail.com>
This commit is contained in:
Karl Horky
2025-08-07 11:26:48 +02:00
committed by Anthony LC
parent 586825aafa
commit 9dcf478dd3
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
},
"externalLinks": [
{
"label": "Github",
"label": "GitHub",
"href": "https://github.com/suitenumerique/docs/"
},
{

View File

@@ -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();

View File

@@ -167,7 +167,7 @@ export function HomeContent() {
href="https://github.com/suitenumerique/docs"
target="_blank"
>
Github
GitHub
</Button>
</Box>
</Box>

View File

@@ -17,7 +17,7 @@
},
"externalLinks": [
{
"label": "Github",
"label": "GitHub",
"href": "https://github.com/suitenumerique/docs/"
},
{