mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-14 21:29:12 +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>
|
||||
<IconPill icon={icon}>{t("player.scraping.notFound.badge")}</IconPill>
|
||||
<Title>{title}</Title>
|
||||
<Paragraph>
|
||||
<Trans
|
||||
i18nKey="player.scraping.notFound.text"
|
||||
components={{
|
||||
bold: <span className="font-bold" style={{ color: "#cfcfcf" }} />,
|
||||
}}
|
||||
/>
|
||||
</Paragraph>
|
||||
<Paragraph>{t("player.scraping.notFound.text")}</Paragraph>
|
||||
<div className="flex gap-3">
|
||||
<Button
|
||||
href="/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user