From d47b859b218679cc99fa95e64b2308c378dc93fe Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 14 Jan 2022 12:55:05 +0100 Subject: chore: improve Branding component --- src/components/Branding/Branding.tsx | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'src/components/Branding/Branding.tsx') diff --git a/src/components/Branding/Branding.tsx b/src/components/Branding/Branding.tsx index d1f1ad7..e14ffdf 100644 --- a/src/components/Branding/Branding.tsx +++ b/src/components/Branding/Branding.tsx @@ -3,6 +3,7 @@ import Link from 'next/link'; import { ReactElement } from 'react'; import { t } from '@lingui/macro'; import photo from '@assets/images/armand-philippot.jpg'; +import Logo from '@assets/images/armand-philippot-logo.svg'; import { config } from '@config/website'; import styles from './Branding.module.scss'; @@ -14,18 +15,23 @@ const Branding: BrandingReturn = ({ isHome = false }) => { return (
- {t({ +
+ {t({ +
+
+ +
- {config.name} + {config.name}

{config.baseline}

-- cgit v1.2.3