diff --git a/public/images/logo_1.png b/public/images/logo_1.png new file mode 100644 index 0000000..8f55fe7 Binary files /dev/null and b/public/images/logo_1.png differ diff --git a/public/images/logomark.svg b/public/images/logomark.svg index 43928a1..abd4b1b 100644 --- a/public/images/logomark.svg +++ b/public/images/logomark.svg @@ -1,14 +1 @@ - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/components/Header.tsx b/src/components/Header.tsx index f8a0260..d3e9e57 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -3,7 +3,7 @@ import { Dropdown } from './ui/Dropdown' import { ChevronDownIcon } from '@heroicons/react/20/solid' import { Container } from './Container' import { Button } from './Button' -import pmyceliumLogo from '../images/logos/pmyceliumlogo.png' +import pmyceliumLogo from '../images/logos/logo_1.png' export function Header() { return ( diff --git a/src/images/logomark.svg b/src/images/logomark.svg index 4b9e18e..abd4b1b 100644 --- a/src/images/logomark.svg +++ b/src/images/logomark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/images/logos/logo_1.png b/src/images/logos/logo_1.png new file mode 100644 index 0000000..8f55fe7 Binary files /dev/null and b/src/images/logos/logo_1.png differ