From 5f2348d89d7314d05e901b511a18f20384583921 Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Tue, 8 Aug 2023 15:55:15 -0500 Subject: [PATCH 1/2] Adds redirect for `/password` (#1162) --- next.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/next.config.js b/next.config.js index 7a65540b1..53a8515e2 100644 --- a/next.config.js +++ b/next.config.js @@ -16,5 +16,14 @@ module.exports = { pathname: '/s/files/**' } ] + }, + async redirects() { + return [ + { + source: '/password', + destination: '/', + permanent: true + } + ]; } }; From ec838fd4e62d5d52240b04f3040f3967ba992554 Mon Sep 17 00:00:00 2001 From: Rein van Haaren Date: Tue, 8 Aug 2023 23:12:51 +0200 Subject: [PATCH 2/2] Adds group hover on grid tile image + labels (#1163) --- components/grid/tile.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/grid/tile.tsx b/components/grid/tile.tsx index cf9aa49a9..f79a459f4 100644 --- a/components/grid/tile.tsx +++ b/components/grid/tile.tsx @@ -20,7 +20,7 @@ export function GridTileImage({ return (