mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-31 01:11:31 +00:00
Removed po up
This commit is contained in:
parent
5afa325870
commit
b0feca0c41
1 changed files with 0 additions and 3 deletions
|
@ -20,9 +20,6 @@ function WatchOnLbryPopup() {
|
|||
<label className='radio-label'>Enable Redirection:</label>
|
||||
<ButtonRadio value={enabled ? 'YES' : 'NO'} options={['YES', 'NO']}
|
||||
onChange={enabled => setSetting('enabled', enabled.toLowerCase() === 'yes')} />
|
||||
<label className='radio-label'>Where would you like to redirect?</label>
|
||||
<ButtonRadio value={redirect as string} options={redirectOptions}
|
||||
onChange={redirect => setSetting('redirect', redirect)} />
|
||||
<label className='radio-label'>Other useful tools:</label>
|
||||
<a href='/tools/YTtoLBRY.html' target='_blank'>
|
||||
<button type='button' className='btn1 button is-primary'>Subscriptions Converter</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue