Skip to content

Commit

Permalink
update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
night committed Jan 21, 2023
1 parent b6eaf27 commit 4629a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/YoutubeEphemeralMessage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function YoutubeEphemeralMessage({message}) {

return (
<div className={styles.message}>
<img className={styles.mascot} alt="BetterTTV Logo" src={cdn.url('/assets/logos/mascot.png')} />
<img className={styles.mascot} alt="BetterTTV Logo" src={cdn.url('assets/logos/emote_menu_logo.svg')} />
<div ref={messageRef}>{message}</div>
</div>
);
Expand Down

0 comments on commit 4629a88

Please sign in to comment.