mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 11:22:30 +02:00
fix(theme): Footer Column/Link should merge provided className (#10796)
This commit is contained in:
parent
e5ed9a3894
commit
37184e581d
6 changed files with 27 additions and 18 deletions
|
@ -804,11 +804,12 @@ export default async function createConfigAsync() {
|
|||
},
|
||||
{
|
||||
title: 'Legal',
|
||||
// Please don't remove the privacy and terms, it's a legal
|
||||
// requirement.
|
||||
className: 'footer-column-legal',
|
||||
// Don't remove the privacy and terms, it's a legal requirement.
|
||||
items: [
|
||||
{
|
||||
label: 'Privacy',
|
||||
className: 'footer-item-privacy',
|
||||
href: 'https://opensource.facebook.com/legal/privacy/',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue