Skip to content

Commit

Permalink
Update contact.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince K. P authored May 7, 2024
1 parent 123a69b commit cedb552
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/sections/contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const ContactSection = () => {
</IconButton>
</div>
</Reavel>

{/*
<Reavel>
<div className="flex items-center gap-4 md:gap-5">
<Phone className="h-6 w-6 md:h-8 md:w-8" />
Expand Down Expand Up @@ -119,6 +119,7 @@ const ContactSection = () => {
</IconButton>
</div>
</Reavel>
*/}
</div>

<div className="flex flex-col items-center gap-2">
Expand Down

0 comments on commit cedb552

Please sign in to comment.