Skip to content

Commit

Permalink
Update score of accessibility investigation. (#3949)
Browse files Browse the repository at this point in the history
  • Loading branch information
cookiecrook authored Aug 15, 2024
1 parent 0b25807 commit 232c582
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion webapp/components/interop-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,8 @@ export const interopData = {
'scores_over_time': [
{ 'date': '2024-04-02', 'score': 18 },
{ 'date': '2024-04-25', 'score': 33 },
{ 'date': '2024-06-28', 'score': 120 }
{ 'date': '2024-06-28', 'score': 120 },
{ 'date': '2024-08-13', 'score': 242 },
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion webapp/static/interop-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,8 @@
"scores_over_time": [
{ "date": "2024-04-02", "score": 18 },
{ "date": "2024-04-25", "score": 33 },
{ "date": "2024-06-28", "score": 120 }
{ "date": "2024-06-28", "score": 120 },
{ "date": "2024-08-13", "score": 242 }
]
},
{
Expand Down

0 comments on commit 232c582

Please sign in to comment.