Restore 'https' to dmca link and remove actual dup
This commit is contained in:
parent
6d4c93968f
commit
e96807fa6d
3 changed files with 3 additions and 7 deletions
|
@ -129,7 +129,7 @@ function ChannelContent(props: Props) {
|
|||
)}
|
||||
</p>
|
||||
<div className="section__actions">
|
||||
<Button button="link" href="odysee.com/@OdyseeHelp:b/copyright:f" label={__('Read More')} />
|
||||
<Button button="link" href="https://odysee.com/@OdyseeHelp:b/copyright:f" label={__('Read More')} />
|
||||
</div>
|
||||
</section>
|
||||
)}
|
||||
|
|
|
@ -84,7 +84,7 @@ const EmbedWrapperPage = (props: Props) => {
|
|||
)}
|
||||
actions={
|
||||
<div className="section__actions">
|
||||
<Button button="link" href="https://https://odysee.com/@OdyseeHelp:b/copyright:f" label={__('Read More')} />
|
||||
<Button button="link" href="https://odysee.com/@OdyseeHelp:b/copyright:f" label={__('Read More')} />
|
||||
</div>
|
||||
}
|
||||
/>
|
||||
|
|
|
@ -201,11 +201,7 @@ function ShowPage(props: Props) {
|
|||
)}
|
||||
actions={
|
||||
<div className="section__actions">
|
||||
<Button
|
||||
button="link"
|
||||
href="https://https://odysee.com/@OdyseeHelp:b/copyright:f"
|
||||
label={__('Read More')}
|
||||
/>
|
||||
<Button button="link" href="https://odysee.com/@OdyseeHelp:b/copyright:f" label={__('Read More')} />
|
||||
</div>
|
||||
}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue