File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
backend/impress/configuration/theme
e2e/__tests__/app-impress
impress/src/features/home/components
helm/env.d/dev/configuration/theme Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
},
10
10
"externalLinks" : [
11
11
{
12
- "label" : " Github " ,
12
+ "label" : " GitHub " ,
13
13
"href" : " https://github.com/suitenumerique/docs/"
14
14
},
15
15
{
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ test.describe('Footer', () => {
21
21
await expect ( footer . getByAltText ( 'Docs Logo' ) ) . toBeVisible ( ) ;
22
22
await expect ( footer . getByRole ( 'heading' , { name : 'Docs' } ) ) . toBeVisible ( ) ;
23
23
24
- await expect ( footer . getByRole ( 'link' , { name : 'Github ' } ) ) . toBeVisible ( ) ;
24
+ await expect ( footer . getByRole ( 'link' , { name : 'GitHub ' } ) ) . toBeVisible ( ) ;
25
25
await expect ( footer . getByRole ( 'link' , { name : 'DINUM' } ) ) . toBeVisible ( ) ;
26
26
await expect ( footer . getByRole ( 'link' , { name : 'ZenDiS' } ) ) . toBeVisible ( ) ;
27
27
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ export function HomeContent() {
167
167
href = "https://github.com/suitenumerique/docs"
168
168
target = "_blank"
169
169
>
170
- Github
170
+ GitHub
171
171
</ Button >
172
172
</ Box >
173
173
</ Box >
Original file line number Diff line number Diff line change 17
17
},
18
18
"externalLinks" : [
19
19
{
20
- "label" : " Github " ,
20
+ "label" : " GitHub " ,
21
21
"href" : " https://github.com/suitenumerique/docs/"
22
22
},
23
23
{
You can’t perform that action at this time.
0 commit comments