Restore 'https' to dmca link and remove actual dup

This commit is contained in:
infinite-persistence 2021-11-30 14:11:46 +08:00
parent 6d4c93968f
commit e96807fa6d
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0
3 changed files with 3 additions and 7 deletions

View file

@ -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>
)} )}

View file

@ -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>
} }
/> />

View file

@ -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>
} }
/> />