feat(v2): themed logo in footer (#3993)

* feat: attempt 1 at themedlogo in footer

* Add srcDark to website for temp debug

* typo fix

* Got it now! except for centering

* style: centered new themed image logo

* style: change ThemedImage styleing to center footer logo

* style: Change ThemeImage Style to initial

This was my mistake.

Removed temp `srcDark` footer logo
This commit is contained in:
Sean Campbell 2021-01-06 10:10:44 -05:00 committed by GitHub
parent 8a9dfcf96c
commit 5dfa665281
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 8 deletions

View file

@ -46,6 +46,7 @@ export type Footer = {
logo?: {
alt?: string;
src?: string;
srcDark?: string;
href?: string;
};
copyright?: string;