Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #9 from Ein-Tim/Ein-Tim-patch-2
Browse files Browse the repository at this point in the history
Create new FAQ entry
  • Loading branch information
felixlen authored Dec 26, 2020
2 parents 3106364 + e4cf05f commit 92f699c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/features/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ const formatted_dummy_exposures = Object.keys(dummy_exposures).map( hash => {
})

const faq_entries = [
{
'title': 'Ich benutze ein iPhone und Version 1.9 (oder höher) der Corona-Warn App. Meine App zeigt Begegnungen an, diese Website zeigt aber keine Treffer an.',
'content': <div>
Mit Version 1.9.1 der Corona-Warn App wurde diese auf die <a href="https://www.coronawarn.app/de/blog/2020-12-17-risk-calculation-exposure-notification-framework-2-0/" target="_blank">neue Schnittstelle</a> von Apple und Google aktualisiert. <br/>
Diese Änderung hatte den Nebeneffekt das die Inforamtion, wie viele Treffer Sie hatten, sich nicht mehr in der Begegnungsüberprüfungsdatei befindet. Es wird momentan noch geprüft ob es sich hierbei um einen Bug handelt. Mehr Informationen finden Sie in <a href="https://github.com/corona-warn-app/cwa-app-ios/issues/1731" target="_blank">diesem GitHub Issue</a>.
</div>
},
{
'title': 'Wo findet sich die Begegnungsüberprüfungsdatei?',
'content': <div><h4>Bei iOS Geräten</h4>
Expand Down

0 comments on commit 92f699c

Please sign in to comment.