Skip to content

Commit

Permalink
Update Terms.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MastanSayyad committed Jun 25, 2024
1 parent 70c8b15 commit 6a0babd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Terms.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import termsImage from '../assets/terms.png'

const Terms = () => {
return (
<>
<div className="max-w-7xl mx-auto p-4 sm:p-6 lg:p-8">
<div className="grid grid-cols-1 md:grid-cols-2 gap-8">
<div>
Expand Down Expand Up @@ -116,9 +117,11 @@ const Terms = () => {
</p>
</div>
<BackToTop />
<Footer />


</div>
<Footer />
</>
);
}

Expand Down

0 comments on commit 6a0babd

Please sign in to comment.