File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed
Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,8 @@ const config: Config = {
9898 title : 'Community' ,
9999 items : [
100100 {
101- label : 'Stack Overflow ' ,
102- href : 'https://stackoverflow .com/questions/tagged/docusaurus ' ,
101+ label : 'GitHub ' ,
102+ href : 'https://github .com/openmfp ' ,
103103 } ,
104104 {
105105 label : 'Discord' ,
@@ -112,15 +112,18 @@ const config: Config = {
112112 ] ,
113113 } ,
114114 {
115- title : 'More' ,
116115 items : [
117116 {
118- label : 'Blog' ,
119- to : '/blog' ,
120- } ,
121- {
122- label : 'GitHub' ,
123- href : 'https://github.com/openmfp' ,
117+ html : `
118+ <div style="display: flex; align-items: center; max-width: 100%; gap: 10px;">
119+ <img src="/img/founded-supported.png" alt="European Union Funding Logo" style="max-width: 210px; height: auto;" />
120+ <small style="font-size: 0.55em; line-height: 1.2">
121+ Funded by the European Union - NextGenerationEU. The views and opinions expressed are solely those of the author(s) and do not
122+ necessarily reflect the views of the European Union or the European Commission. Neither the European Union nor the European
123+ Commission can be held responsible for them.
124+ </small>
125+ </div>
126+ ` ,
124127 } ,
125128 ] ,
126129 } ,
@@ -135,7 +138,7 @@ const config: Config = {
135138 </svg>
136139 </a>
137140 </small>
138- ` ,
141+ `,
139142 } ,
140143 prism : {
141144 theme : prismThemes . github ,
You can’t perform that action at this time.
0 commit comments