-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '507-fix-accessibility-issues-reported' of https://githu…
…b.com/hbz/lobid Resolves #507
- Loading branch information
Showing
14 changed files
with
93 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ export default function Template({ data, pageContext }) { | |
privacy={pageContext.lang==="de"?"Datenschutz":"Privacy"} | ||
contactPointId="mailto:[email protected]" | ||
warranty={pageContext.lang==="de"?"Gewährleistung":"Warranty"} | ||
accessibility={pageContext.lang==="de"?"Barrierefreiheit":"Accessibility"} | ||
/> | ||
</div> | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ export default function MemberPage({ data, location, pageContext }) { | |
memberName="Mitglieder" | ||
memberFormerName="Ehemalige" | ||
companyDetails="Impressum" | ||
accessibility="Barrierefreiheit" | ||
privacy="Datenschutz" | ||
contactPointId="mailto:[email protected]" | ||
lang="de" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ export default function ProductPage({ data, location, pageContext }) { | |
isRelatedTo="Bezug" | ||
companyDetails="Impressum" | ||
privacy="Datenschutz" | ||
accessibility="Barrierefreiheit" | ||
contactPointId="mailto:[email protected]" | ||
memberName="Team" | ||
lang="de" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ export default function ProjectPage({ data, location, pageContext }) { | |
result="Ergebnis" | ||
companyDetails="Impressum" | ||
privacy="Datenschutz" | ||
accessibility="Barrierefreiheit" | ||
contactPointId="mailto:[email protected]" | ||
memberName="Team" | ||
lang="de" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ export default ({ data, location, pageContext }) => { | |
memberName={pageContext.lang==="de"?"Mitglieder":"Members"} | ||
memberFormerName={pageContext.lang==="de"?"Ehemalige":"Former members"} | ||
companyDetails={pageContext.lang==="de"?"Impressum":"Imprint"} | ||
accessibility={pageContext.lang==="de"?"Barrierefreiheit":"Accessibility"} | ||
privacy={pageContext.lang==="de"?"Datenschutz":"Privacy"} | ||
contactPointId="mailto:[email protected]" | ||
/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters