fix(theme): Footer Column/Link should merge provided className (#10796)

This commit is contained in:
Sébastien Lorber 2024-12-26 12:46:43 +01:00 committed by GitHub
parent e5ed9a3894
commit 37184e581d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 27 additions and 18 deletions

View file

@ -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/',
},
{