Skip to content

Commit

Permalink
Update presence.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
PiggyPlex committed Apr 24, 2021
1 parent 8d0dcef commit 7fd3237
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion websites/A/about.google/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,15 @@ pageMap: { [ key: string ]: { action?: string, text?: string } } = {
text: 'Human Rights'
},
commitments: {
text: 'Commitments'
action: 'Reading about:',
text: 'Google\'s commitments'
},
'commitments/racialequity': {
action: 'Reading about:',
text: 'Racial equality'
},
stories: {
action: 'Reading a page:',
text: 'Stories'
}
};
Expand Down

0 comments on commit 7fd3237

Please sign in to comment.