diff --git a/app/components/error-message.tsx b/app/components/error-message.tsx index 1fc33814..168780f5 100644 --- a/app/components/error-message.tsx +++ b/app/components/error-message.tsx @@ -27,7 +27,7 @@ export default function ErrorMessage() { const error = useRouteError() const { t } = useTranslation('common') - const goBack = () => navigate(-1) + const goBack = () => window.history.back() const goHome = () => navigate('/') const refresh = () => window.location.reload() @@ -157,7 +157,7 @@ export default function ErrorMessage() { return (
diff --git a/app/routes/explore.tsx b/app/routes/explore.tsx index 7e6041ec..237ff4fb 100644 --- a/app/routes/explore.tsx +++ b/app/routes/explore.tsx @@ -410,8 +410,12 @@ export default function Explore() { {/* */} - +
+
+ +
+
)