diff options
author | Ivan Chen <ivan@tagg.id> | 2021-06-07 17:53:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-07 17:53:27 -0400 |
commit | 5ef5b0776cbbde697919308bbfbab2aed00ca493 (patch) | |
tree | 0180365917b8483c660435381fb1e83393caee45 /src/constants | |
parent | 63c5de57ea2989fd2b66211a06b51bb42c5d20ea (diff) | |
parent | c18b2436897cd92e7a33c33c75e13dba1fec8ffe (diff) |
Merge pull request #455 from IvanIFChen/tma878-profile-badges
[TMA-878] Profile Badges
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', |