Skip to content

Commit 17f452f

Browse files
committed
✏️(frontend) Fix GitHub capitalization
1 parent e07f709 commit 17f452f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/backend/impress/configuration/theme/default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"externalLinks": [
1111
{
12-
"label": "Github",
12+
"label": "GitHub",
1313
"href": "https://github.com/suitenumerique/docs/"
1414
},
1515
{

src/frontend/apps/e2e/__tests__/app-impress/footer.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test.describe('Footer', () => {
2121
await expect(footer.getByAltText('Docs Logo')).toBeVisible();
2222
await expect(footer.getByRole('heading', { name: 'Docs' })).toBeVisible();
2323

24-
await expect(footer.getByRole('link', { name: 'Github' })).toBeVisible();
24+
await expect(footer.getByRole('link', { name: 'GitHub' })).toBeVisible();
2525
await expect(footer.getByRole('link', { name: 'DINUM' })).toBeVisible();
2626
await expect(footer.getByRole('link', { name: 'ZenDiS' })).toBeVisible();
2727

src/frontend/apps/impress/src/features/home/components/HomeContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export function HomeContent() {
167167
href="https://github.com/suitenumerique/docs"
168168
target="_blank"
169169
>
170-
Github
170+
GitHub
171171
</Button>
172172
</Box>
173173
</Box>

src/helm/env.d/dev/configuration/theme/demo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"externalLinks": [
1919
{
20-
"label": "Github",
20+
"label": "GitHub",
2121
"href": "https://github.com/suitenumerique/docs/"
2222
},
2323
{

0 commit comments

Comments
 (0)