Skip to content

Commit

Permalink
fix config linting
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjain23 committed Jun 27, 2024
1 parent f4710ee commit ebb9dbb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,13 @@ const config = {
width: 138,
height: 48,
},
copyright: `<div style={{ dispay: "flex", flexDirection: "column" }}>
© ${new Date().getFullYear()} IOTA Foundation
<div>
copyright: `
<div style="display: flex; flex-direction:column;">
© ${new Date().getFullYear()} IOTA Foundation
<div>
<a>Privacy Policy</a> • <a>Impressum</a> • <a>Contact Us</a>
</div>
</div>`,
</div>
</div>`,
},
prism: {
theme: themes.github,
Expand Down

0 comments on commit ebb9dbb

Please sign in to comment.