Skip to content

Commit

Permalink
Change icon to fa6 reg eye
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Mar 15, 2024
1 parent 47e65fd commit 37ff950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/posts/view-post/PostViewCount.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import clsx from 'clsx'
import { ComponentProps } from 'react'
import { FaRegEye } from 'react-icons/fa'
import { FaRegEye } from 'react-icons/fa6'
import { usePostViewCount } from 'src/rtk/app/hooks'

export default function PostViewCount({
Expand Down

0 comments on commit 37ff950

Please sign in to comment.