Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
amosmachora committed Sep 1, 2022
1 parent 16c8725 commit 596787c
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions src/Components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -437,17 +437,7 @@ c49 -25 54 -68 15 -114 -43 -52 -104 -39 -104 22 0 31 37 107 52 107 5 0 22
Number of <br /> satisfied <br /> customers
</p>
</div>
<motion.div
className="flex footer-content-right"
initial={{ y: 1000 }}
whileInView={{
y: 0,
transition: {
type: "spring",
duration: 1,
},
}}
>
<div className="flex footer-content-right">
<div>
<h2>
Available <br /> for projects
Expand All @@ -467,7 +457,7 @@ c49 -25 54 -68 15 -114 -43 -52 -104 -39 -104 22 0 31 37 107 52 107 5 0 22
alt="Desktop set up"
className="desktop-setup"
/>
</motion.div>
</div>
</div>
<div className="footer-bottom flex space-between">
<p className="bluish"> © 2022 Amos. All rights reversed</p>
Expand Down

1 comment on commit 596787c

@vercel
Copy link

@vercel vercel bot commented on 596787c Sep 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

amosmachora – ./

amosmachora.vercel.app
amosmachora-amohprince.vercel.app
amosmachora-git-master-amohprince.vercel.app

Please sign in to comment.