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>
|
</p>
|
||||||
<div className="section__actions">
|
<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>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
)}
|
)}
|
||||||
|
|
|
@ -84,7 +84,7 @@ const EmbedWrapperPage = (props: Props) => {
|
||||||
)}
|
)}
|
||||||
actions={
|
actions={
|
||||||
<div className="section__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>
|
</div>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -201,11 +201,7 @@ function ShowPage(props: Props) {
|
||||||
)}
|
)}
|
||||||
actions={
|
actions={
|
||||||
<div className="section__actions">
|
<div className="section__actions">
|
||||||
<Button
|
<Button button="link" href="https://odysee.com/@OdyseeHelp:b/copyright:f" label={__('Read More')} />
|
||||||
button="link"
|
|
||||||
href="https://https://odysee.com/@OdyseeHelp:b/copyright:f"
|
|
||||||
label={__('Read More')}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue