From edb4009d14660e82f9480a0104ca74091f116997 Mon Sep 17 00:00:00 2001 From: codevictory Date: Tue, 4 Jan 2022 20:37:49 +0200 Subject: [PATCH] Link to main page from registration header. --- src/components/RegistrationHeader.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/RegistrationHeader.tsx b/src/components/RegistrationHeader.tsx index 7044704..c684e10 100644 --- a/src/components/RegistrationHeader.tsx +++ b/src/components/RegistrationHeader.tsx @@ -1,4 +1,5 @@ import { FormattedMessage } from 'react-intl'; +import { Link } from 'react-router-dom'; import { DateAndPlace } from './DateAndPlace'; import { Diamond } from './Diamond'; import './RegistrationHeader.scss'; @@ -7,9 +8,11 @@ export const RegistrationHeader = () => { return (

- - & - + + + & + +