From de11222e4cecfdfd4d45f3ec1220ebc1bcb9c8c1 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 27 Jan 2022 15:58:14 +0100 Subject: chore: update logo Adjust previous colors to fit the new website and add a dark version to better fit with the dark theme. --- src/components/Branding/Logo/Logo.tsx | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/components/Branding/Logo/Logo.tsx (limited to 'src/components/Branding/Logo/Logo.tsx') diff --git a/src/components/Branding/Logo/Logo.tsx b/src/components/Branding/Logo/Logo.tsx new file mode 100644 index 0000000..0623042 --- /dev/null +++ b/src/components/Branding/Logo/Logo.tsx @@ -0,0 +1,32 @@ +import styles from './Logo.module.scss'; + +const Logo = () => { + return ( + + + + + + + + + ); +}; + +export default Logo; -- cgit v1.2.3