mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-28 20:11:50 +01:00
Update src/pages/parts/player/ScrapeErrorPart.tsx
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
This commit is contained in:
parent
52b6d62051
commit
d551df591e
@ -132,12 +132,7 @@ export function ScrapeErrorPart(props: ScrapeErrorPartProps) {
|
|||||||
{t("player.scraping.notFound.homeButton")}
|
{t("player.scraping.notFound.homeButton")}
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
onClick={() => {
|
onClick={() => modal.show()}
|
||||||
sendPage({
|
|
||||||
page: "PermissionGrant",
|
|
||||||
redirectUrl: window.location.href,
|
|
||||||
});
|
|
||||||
}}
|
|
||||||
theme="purple"
|
theme="purple"
|
||||||
padding="md:px-12 p-2.5"
|
padding="md:px-12 p-2.5"
|
||||||
className="mt-6"
|
className="mt-6"
|
||||||
|
Loading…
Reference in New Issue
Block a user