From fe5d74a864ddd1429b0753a3984c45b2392176d2 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 22 Dec 2021 14:29:08 +0100 Subject: chore: add a skip to content link --- src/components/Main/Main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Main/Main.tsx') diff --git a/src/components/Main/Main.tsx b/src/components/Main/Main.tsx index cc47443..8b2e822 100644 --- a/src/components/Main/Main.tsx +++ b/src/components/Main/Main.tsx @@ -3,7 +3,7 @@ import styles from './Main.module.scss'; const Main: FunctionComponent = ({ children }) => { return ( -
+
{children}
); -- cgit v1.2.3