Skip to content

Commit

Permalink
Removed unescaped single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
kausaraahmed authored Oct 6, 2024
1 parent 4a6ca23 commit 5327b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/contact/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const ContactPage = () => {
<div className="w-1/2">
<h1 className="text-3xl font-bold mb-4 text-center">Contact Us</h1>
<p className="text-black-700 mb-6 text-center">
Welcome to FarmRuler! We're on a mission to build an Incredible Full-Stack Web Application for Agriculture and Farming enthusiasts.
Welcome to FarmRuler! We &apos re a mission to build an Incredible Full-Stack Web Application for Agriculture and Farming enthusiasts.
</p>
<form className="space-y-4">
<div>
Expand Down Expand Up @@ -43,7 +43,7 @@ const ContactPage = () => {
<ul className="list-disc list-inside text-gray-700 space-y-2">
<li>Simple and Clean UI to Display Weather Conditions</li>
<li>Tool connecting the agricultural community with NASA datasets</li>
<li>Integrate NASA datasets to support farmers' decision-making</li>
<li>Integrate NASA datasets to support farmers decision-making</li>
<li>Farmers can determine resources for selected spatial and temporal ranges</li>
<li>Many More...</li>
</ul>
Expand Down

0 comments on commit 5327b8a

Please sign in to comment.