aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Home.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Home.js')
-rw-r--r--src/components/Home.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/components/Home.js b/src/components/Home.js
index 1bc54d2..901b31d 100644
--- a/src/components/Home.js
+++ b/src/components/Home.js
@@ -16,10 +16,7 @@ const Home = () => {
{!user ? (
<>
<Hero/>
- <SectionTitle
- pretitle="How It Works"
- title="Getting Started with Helping Hands"
- >
+ <SectionTitle pretitle="How It Works" title="Getting Started with Helping Hands">
Helping Hands simplifies the process of finding or offering volunteer opportunities. Here's a
step-by-step guide:
</SectionTitle>
@@ -33,7 +30,9 @@ const Home = () => {
<Cta/>
</>
) : (
+ <>
<Sidebar/>
+ </>
)}
</>
);