mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-30 17:01:30 +00:00
Update ytContent.tsx
This commit is contained in:
parent
014ad21fd6
commit
972f5e7415
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ interface ButtonSettings {
|
|||
|
||||
const buttonSettings: Record<LbrySettings['redirect'], ButtonSettings> = {
|
||||
app: { text: 'Watch on LBRY', icon: chrome.runtime.getURL('icons/lbry/lbry-logo.svg') },
|
||||
'lbry.tv': { text: 'Watch on LBRY', icon: chrome.runtime.getURL('icons/lbry/lbry-logo.svg') },
|
||||
'madiator.com': { text: 'Watch on LBRY', icon: chrome.runtime.getURL('icons/lbry/lbry-logo.svg') },
|
||||
odysee: {
|
||||
text: 'Watch on Odysee', icon: chrome.runtime.getURL('icons/lbry/odysee-logo.svg'),
|
||||
style: { backgroundColor: '#1e013b' },
|
||||
|
|
Loading…
Add table
Reference in a new issue