diff --git a/src/modules/dashboard/components/ChannelListItem.tsx b/src/modules/dashboard/components/ChannelListItem.tsx index 73e692797a..a2653f0d68 100644 --- a/src/modules/dashboard/components/ChannelListItem.tsx +++ b/src/modules/dashboard/components/ChannelListItem.tsx @@ -26,8 +26,10 @@ import { InboxBell, TickDecoratedCircleFilled, Ethereum, + Tooltip, + PushLogo, } from 'blocks'; -import { VerifiedToolTipComponent } from './VerifiedToolTipComponent'; +import { VerifiedToolTipContent } from './VerifiedToolTipComponent'; import { UserSetting } from 'helpers/channel/types'; import { useAccount } from 'hooks'; import { SubscribeChannelDropdown } from 'common/components/SubscribeChannelDropdown'; @@ -119,9 +121,14 @@ const ChannelListItem: FC = ({ {channelDetails?.name} {!!channelDetails?.verified_status && ( - - - + }> + + + + )} = (props) => { {!!channelDetails?.verified_status && ( - - - + }> + + + + )} = (props) => { - const { children } = props; - return ( - } - > - {children} - - ); -}; - -export { VerifiedToolTipComponent }; - -const ToolTipContent = () => { +export const VerifiedToolTipContent = () => { return ( - Verified By: + + Verified By:{' '} + { width={16} height={16} /> - Push Admin + Push Admin );