mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-15 04:59:06 +01:00
Update src/pages/parts/player/ScrapeErrorPart.tsx
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
This commit is contained in:
parent
d551df591e
commit
208d0cbaa5
@ -114,14 +114,7 @@ export function ScrapeErrorPart(props: ScrapeErrorPartProps) {
|
|||||||
<ErrorContainer>
|
<ErrorContainer>
|
||||||
<IconPill icon={icon}>{t("player.scraping.notFound.badge")}</IconPill>
|
<IconPill icon={icon}>{t("player.scraping.notFound.badge")}</IconPill>
|
||||||
<Title>{title}</Title>
|
<Title>{title}</Title>
|
||||||
<Paragraph>
|
<Paragraph>{t("player.scraping.notFound.text")}</Paragraph>
|
||||||
<Trans
|
|
||||||
i18nKey="player.scraping.notFound.text"
|
|
||||||
components={{
|
|
||||||
bold: <span className="font-bold" style={{ color: "#cfcfcf" }} />,
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
</Paragraph>
|
|
||||||
<div className="flex gap-3">
|
<div className="flex gap-3">
|
||||||
<Button
|
<Button
|
||||||
href="/"
|
href="/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user