diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-06-01 18:32:38 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-06-01 18:32:38 -0400 |
| commit | 653aae1cd0409effdd14e215078986737c4c65ef (patch) | |
| tree | d994eefd8931612f14c6bd0d904b70d6fecd584c /src/constants | |
| parent | c00a73396e9d78984167d1cc9820cfe6ffa5be9e (diff) | |
Finish profile badges component
Diffstat (limited to 'src/constants')
| -rw-r--r-- | src/constants/constants.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts index 99d3901b..a6d98883 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -21,6 +21,8 @@ export const AVATAR_GRADIENT_DIM = 50; export const TAGG_ICON_DIM = 58; export const TAGG_RING_DIM = normalize(60); +export const BADGE_LIMIT = 5; + export const INTEGRATED_SOCIAL_LIST: string[] = [ 'Instagram', 'Facebook', |
