Skip to content

Commit 34d233a

Browse files
committed
visualizer: add to Tools menu
1 parent 6ff0459 commit 34d233a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

site/docusaurus.config.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ const config: Config = {
106106
to: "/traffic-estimator",
107107
label: "Traffic Estimator",
108108
},
109+
{
110+
to: "https://leios.cardano-scaling.org/visualizer",
111+
label: "Visualizer"
112+
}
109113
],
110114
},
111115
{
@@ -206,9 +210,8 @@ const config: Config = {
206210
],
207211
},
208212
],
209-
copyright: `Copyright © ${
210-
new Date().getFullYear()
211-
} <strong>Input Output Global</strong> <br/> <a href="https://static.iohk.io/terms/iog-privacy-policy.pdf" target="_blank" class="footer__link-item">Privacy Policy</a> | <a href="https://static.iohk.io/terms/iohktermsandconditions.pdf" target="_blank" class="footer__link-item">Terms & Conditions</a> <br/> <small>Built with Docusaurus</small>`,
213+
copyright: `Copyright © ${new Date().getFullYear()
214+
} <strong>Input Output Global</strong> <br/> <a href="https://static.iohk.io/terms/iog-privacy-policy.pdf" target="_blank" class="footer__link-item">Privacy Policy</a> | <a href="https://static.iohk.io/terms/iohktermsandconditions.pdf" target="_blank" class="footer__link-item">Terms & Conditions</a> <br/> <small>Built with Docusaurus</small>`,
212215
},
213216
prism: {
214217
theme: prismThemes.github,

0 commit comments

Comments
 (0)