Skip to content

Commit

Permalink
Removed unnecssary footer
Browse files Browse the repository at this point in the history
  • Loading branch information
vrushabhgawas14 committed Sep 14, 2024
1 parent b949342 commit d4b1e2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/Contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,8 @@ export const Contact = () => {
</div>
</section>
<Line isThin={true} />
<div className="text-center pt-4 pb-1 text-sm text-gray-700 dark:text-gray-500">
<div className="text-center pt-4 pb-2 text-sm text-gray-700 dark:text-gray-500">
<p>© 2024 Developed by Vrushabh Gawas.</p>
<p>All rights reserved.</p>
</div>
</main>
</>
Expand Down

0 comments on commit d4b1e2b

Please sign in to comment.