Skip to content

Commit

Permalink
fix(fe): change mailfilled icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jspark2000 committed May 2, 2024
1 parent c7ca326 commit 5fdd986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/app/(main)/_components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { IoIosLink } from 'react-icons/io'
import { RiGithubFill } from 'react-icons/ri'
import { RiKakaoTalkFill } from 'react-icons/ri'
import { TbMailFilled } from 'react-icons/tb'
import { TbMail } from 'react-icons/tb'
import { toast } from 'sonner'

export default function Footer() {
Expand Down Expand Up @@ -33,7 +33,7 @@ export default function Footer() {
size="27"
/>
</a>
<TbMailFilled
<TbMail
onClick={copyToClipboard}
className="cursor-pointer hover:text-gray-500"
size="27"
Expand Down

0 comments on commit 5fdd986

Please sign in to comment.