Skip to content

Commit

Permalink
Merge pull request #6 from trash-lobster/next-multiview
Browse files Browse the repository at this point in the history
Fix extra symbols
  • Loading branch information
trash-lobster authored Sep 9, 2024
2 parents 362cb44 + b231a35 commit 4e2e7b2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export function LiveChannelIcon({
onMouseEnter={() => setIsHover(true)}
onMouseLeave={() => setIsHover(false)}
>
}: LiveChannelIconProps) {
<Avatar className="size-12">
<AvatarImage src={imageLink} alt={`${channelName} user icon`} />
<AvatarFallback>CN</AvatarFallback>
Expand Down

0 comments on commit 4e2e7b2

Please sign in to comment.