mirror of
https://github.com/yusufipk/YTChatHub.git
synced 2026-09-11 10:56:17 +00:00
feat: enhance superchat parsing and redesign dashboard with tabbed layout
This commit is contained in:
@@ -86,7 +86,7 @@ export default function OverlayPage() {
|
||||
</div>
|
||||
{message.superChat && (
|
||||
<div className="overlay__superchat" style={{ backgroundColor: message.superChat.color }}>
|
||||
💰 {message.superChat.amount}
|
||||
💰 {message.superChat.amount} {message.superChat.currency}
|
||||
</div>
|
||||
)}
|
||||
{message.membershipGift && (
|
||||
|
||||
Reference in New Issue
Block a user