From ebf69b2dc12b3109e3556c7e3a07ea3037a2ae53 Mon Sep 17 00:00:00 2001 From: Justin Shillingford Date: Mon, 10 Aug 2020 17:37:40 -0400 Subject: [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 --- src/routes/onboarding/OnboardingStack.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/routes/onboarding') diff --git a/src/routes/onboarding/OnboardingStack.tsx b/src/routes/onboarding/OnboardingStack.tsx index 0f0b5c83..f5521ab2 100644 --- a/src/routes/onboarding/OnboardingStack.tsx +++ b/src/routes/onboarding/OnboardingStack.tsx @@ -6,7 +6,7 @@ export type OnboardingStackParams = { RegistrationTwo: | {firstName: string; lastName: string; email: string} | undefined; - Checkpoint: {username: string; email: string; userId: string}; + Checkpoint: {username: string; userId: string}; Verification: {username: string; email: string; userId: string}; ProfileOnboarding: {username: string; userId: string}; }; -- cgit v1.2.3-70-g09d2