mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-20 20:46:58 +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
|
@ -265,6 +265,7 @@ const ThemeConfigSchema = Joi.object({
|
|||
logo: Joi.object({
|
||||
alt: Joi.string().allow(''),
|
||||
src: Joi.string(),
|
||||
srcDark: Joi.string(),
|
||||
href: Joi.string(),
|
||||
}),
|
||||
copyright: Joi.string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue