mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-18 09:07:57 +02:00
chore: omit redundant xmlns from svg
This commit is contained in:
parent
0306d18240
commit
8c2e19f80b
1 changed files with 0 additions and 1 deletions
|
@ -125,7 +125,6 @@ export default function themeClassic(
|
||||||
{
|
{
|
||||||
tagName: 'svg',
|
tagName: 'svg',
|
||||||
attributes: {
|
attributes: {
|
||||||
xmlns: 'http://www.w3.org/2000/svg',
|
|
||||||
style: 'display: none;',
|
style: 'display: none;',
|
||||||
},
|
},
|
||||||
innerHTML: SvgSpriteDefs,
|
innerHTML: SvgSpriteDefs,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue