diff options
| author | Ashm Walia <40498934+ashmgarv@users.noreply.github.com> | 2020-11-10 16:28:15 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-10 19:28:15 -0500 |
| commit | 3362da273a4ffcc7d6362278bcb9fd919deda2b9 (patch) | |
| tree | 6df5f6a0585fc327b0f378851f770b6d31aefebe /src/constants/constants.ts | |
| parent | 9f048868f560dbd1672c1a504deb383ec601589e (diff) | |
[TMA - 388] Block Users (Frontend) (#115)
* initial
* Final
* sc
* sc
* sall change
* Remove follow button when blocked
* Small change
* small changes again
Diffstat (limited to 'src/constants/constants.ts')
| -rw-r--r-- | src/constants/constants.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts index 123d0617..dbd79b45 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -69,6 +69,11 @@ export const SOCIAL_FONT_COLORS = { YOUTUBE: YOUTUBE_FONT_COLOR, }; +export const TOGGLE_BUTTON_TYPE = { + FOLLOW_UNFOLLOW: 'Follow', + BLOCK_UNBLOCK: 'Block', +}; + // Profile Moments export const defaultMoments: Array<string> = [ 'Early Life', |
