diff --git a/components/NotFoundCard.tsx b/components/NotFoundCard.tsx new file mode 100644 index 0000000..3cf6891 --- /dev/null +++ b/components/NotFoundCard.tsx @@ -0,0 +1,20 @@ +import { ErrorProps } from 'next/error'; +import { FC } from 'react'; + +import { i18n } from '../models/Translation'; + +export const NotFoundCard: FC = ({ title }) => + i18n.currentLanguage.startsWith('zh') ? ( +