aboutsummaryrefslogtreecommitdiff
path: root/src/components/onboarding/index.ts
diff options
context:
space:
mode:
authorJustin Shillingford <jgs272@cornell.edu>2020-08-10 17:37:40 -0400
committerGitHub <noreply@github.com>2020-08-10 17:37:40 -0400
commitebf69b2dc12b3109e3556c7e3a07ea3037a2ae53 (patch)
tree2ded718315787885d703be2f4b6996c9ab9077aa /src/components/onboarding/index.ts
parent8e62aaa6dc7c61dcba7b9313d0aadcf7f46ce41b (diff)
[TMA-65] Onboarding Link Social Media UI (#29)
* Basic setup for SocialMediaLinker component * Added social media icons * Displayed 3 main social components * Layout components in a row * Added base Show More/Less button * Display all 9 socials with Show More button * Added different font colors for each linker * Realized that the check doesn't replace the text * Added type-checking to some constants * Updated state name * Fixed Checkpoint.tsx merge issue * Removed unnecessary path element * Fixed type issues on Verification.tsx
Diffstat (limited to 'src/components/onboarding/index.ts')
-rw-r--r--src/components/onboarding/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/onboarding/index.ts b/src/components/onboarding/index.ts
index 31f356d3..627412df 100644
--- a/src/components/onboarding/index.ts
+++ b/src/components/onboarding/index.ts
@@ -7,3 +7,4 @@ export {default as TaggInput} from './TaggInput';
export {default as TaggBigInput} from './TaggBigInput';
export {default as TaggDatePicker} from './TaggDatePicker';
export {default as TaggDropDown} from './TaggDropDown';
+export {default as SocialMediaLinker} from './SocialMediaLinker';