Skip to content

Commit

Permalink
changed footer text and updated lorem ipsum text
Browse files Browse the repository at this point in the history
  • Loading branch information
devarshishimpi committed Sep 9, 2022
1 parent 6a2ac8c commit 59da50b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
})();
</script>
<!--End of Tawk.to Script-->

</body>

</html>
3 changes: 1 addition & 2 deletions frontend/src/components/LandingPage/About/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ const About = () => {
</div>
<div className='flex desc'>
<h2>What is Noteslify?</h2>
<p>Lorem ipsum dolor, sit amet consectetur
adipisicing elit. Ex unde officiis ratione? Magnam autem enim voluptatibus consectetur quidem ratione </p>
<p>Noteslify gives you everything you need to keep life organized—great note taking, project planning, and easy ways to find what you need, when you need it. </p>
</div>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/LandingPage/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Footer = () => {
<div>
<h4>Noteslify</h4>
<h5>By DVS Tech Labs</h5>
<p>Capture your notes, files, and life’s work all in one secure place.</p>
<p>Your Privacy Friendly, Open Source. Alternative to Google Keep.</p>
<div className='links'>
<ul className='flex'>
<a href="https://github.com/devarshishimpi/Noteslify"><li><i class="uil uil-github"></i></li></a>
Expand Down

1 comment on commit 59da50b

@vercel
Copy link

@vercel vercel bot commented on 59da50b Sep 9, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.