From c998577c337f823c8650482a96369bc7462cf656 Mon Sep 17 00:00:00 2001 From: Abhinav Tiwari Date: Fri, 15 Mar 2019 00:53:50 +0530 Subject: [PATCH] Add space in title before glowing work Add space after 'Find a Partner To' and the glowing word in the app title on homepage. --- client/src/components/LandingPage/App/title.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/LandingPage/App/title.tsx b/client/src/components/LandingPage/App/title.tsx index 1f747d1..fd53bcf 100644 --- a/client/src/components/LandingPage/App/title.tsx +++ b/client/src/components/LandingPage/App/title.tsx @@ -24,7 +24,7 @@ export default class Title extends Component<{}, State> { const index: number = activeIndex % WORDS.length; return (

- Find A Partner To + Find A Partner To  {WORDS[index].word}

);