From d2c2cc62a4c2e1ac10f8434bea7bb834da820869 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 16 Jan 2021 11:40:36 +0100 Subject: semi working next project --- src/components/logo.tsx | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/components/logo.tsx (limited to 'src/components/logo.tsx') diff --git a/src/components/logo.tsx b/src/components/logo.tsx deleted file mode 100644 index b0f358f..0000000 --- a/src/components/logo.tsx +++ /dev/null @@ -1,28 +0,0 @@ -export function LogoDark() { - return ( -
- - - - - - - -
- ); -} - -export function LogoLight() { - return ( -
- - - - - - - -
- ); -} - -- cgit v1.2.3