Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheringer committed Nov 20, 2024
1 parent 1a48cd7 commit 705754f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions web/packages/hovercards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,11 @@ interface ProfileData {
description?: string;
jobTitle?: string;
company?: string;
headerImage?: string;
backgroundColor?: string;
verifiedAccounts?: Record< 'label' | 'icon' | 'url' | 'type', string >[];
contactInfo?: ContactInfo;
payments?: Payments;
}
```

Expand Down Expand Up @@ -489,8 +493,8 @@ A few items of text are used when displaying a hovercard. The library contains E

The following phrases are used:

- `Edit your profile`
- `View profile`
- `Edit your profile`
- `View profile`
- `Sorry, we are unable to load this Gravatar profile.`
- `Profile not found.`
- `Too Many Requests.`
Expand All @@ -500,7 +504,7 @@ The `i18n` option is an object that maps from the English text to the language o

```js
{
'Edit your profile': 'Modifier votre profil'
'Edit your profile': 'Modifier votre profil'
}
```

Expand Down

0 comments on commit 705754f

Please sign in to comment.