feat(ui): update assets

- Add various brand images, organise images
- Create favicon for docs pages (light blue version of key logo)
- Rename app title to `Invoke - Community Edition`
This commit is contained in:
psychedelicious
2024-01-11 22:10:05 +11:00
parent 07416753be
commit 98a44d7fa1
30 changed files with 121 additions and 19 deletions

View File

@ -1,5 +1,5 @@
import { Flex, Image, Spinner } from '@chakra-ui/react';
import InvokeLogoWhite from 'assets/images/invoke-key-wht-lrg.svg';
import InvokeLogoWhite from 'public/assets/images/invoke-symbol-wht-lrg.svg';
import { memo } from 'react';
// This component loads before the theme so we cannot use theme tokens here