From 4067694c2e45a7394b62323230f3b294a94a44e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Comeau?= Date: Mon, 27 Feb 2023 09:22:56 -0400 Subject: [PATCH] Update dependencies and fix home link --- components/error-pages/ErrorPage.tsx | 12 +- package-lock.json | 589 +++++++++++++-------------- package.json | 24 +- 3 files changed, 302 insertions(+), 323 deletions(-) diff --git a/components/error-pages/ErrorPage.tsx b/components/error-pages/ErrorPage.tsx index 3e9406144..2ec85a01a 100644 --- a/components/error-pages/ErrorPage.tsx +++ b/components/error-pages/ErrorPage.tsx @@ -47,7 +47,11 @@ const ErrorPage: FC = ({ statusCode }) => {