Skip to content

Commit

Permalink
Fixed issue peterhanania#32
Browse files Browse the repository at this point in the history
  • Loading branch information
farkon00 committed Nov 26, 2022
1 parent 751cb0a commit f072e64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/Data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,9 @@ const statIcons = {
</span>
),
searchStarted: (
<span className="material-symbols-rounded lg:text-[42px] md:text-[42px] text-[20px]"></span>
<span className="material-symbols-rounded lg:text-[42px] md:text-[42px] text-[20px]">
pageview
</span>
),
sendMessage: (
<span className="material-symbols-rounded lg:text-[42px] md:text-[42px] text-[20px]">
Expand Down

0 comments on commit f072e64

Please sign in to comment.