mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-17 02:56:57 +02:00
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:
parent
8a9dfcf96c
commit
5dfa665281
4 changed files with 14 additions and 8 deletions
|
@ -46,6 +46,7 @@ export type Footer = {
|
|||
logo?: {
|
||||
alt?: string;
|
||||
src?: string;
|
||||
srcDark?: string;
|
||||
href?: string;
|
||||
};
|
||||
copyright?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue