mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-09-01 09:45:14 +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> = {
|
const buttonSettings: Record<LbrySettings['redirect'], ButtonSettings> = {
|
||||||
app: { text: 'Watch on LBRY', icon: chrome.runtime.getURL('icons/lbry/lbry-logo.svg') },
|
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: {
|
odysee: {
|
||||||
text: 'Watch on Odysee', icon: chrome.runtime.getURL('icons/lbry/odysee-logo.svg'),
|
text: 'Watch on Odysee', icon: chrome.runtime.getURL('icons/lbry/odysee-logo.svg'),
|
||||||
style: { backgroundColor: '#1e013b' },
|
style: { backgroundColor: '#1e013b' },
|
||||||
|
|
Loading…
Add table
Reference in a new issue