File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,11 @@ export default withMermaid({
24
24
} ,
25
25
26
26
footer : {
27
- copyright : `
28
- <div style="display: flex; align-items: center; justify-content: space-between;">
29
- <span>
30
- Copyright © Linux Foundation Europe. IronCore is a project of NeoNephos Foundation. For applicable
31
- policies including privacy policy, terms of use and trademark usage guidelines, please see https://linuxfoundation.eu.
32
- Linux is a registered trademark of Linus Torvalds.
33
- </span>
34
- <img src="https://raw.githubusercontent.com/ironcore-dev/ironcore-dev.github.io/refs/heads/main/docs/public/bmwe.png" style="max-width: 340px; margin-left: 16px;">
35
- </div>
36
- `
27
+ copyright : 'Copyright © Linux Foundation Europe. IronCore is a project of NeoNephos Foundation. For applicable ' +
28
+ 'policies including privacy policy, terms of use and trademark usage guidelines, please see ' +
29
+ 'https://linuxfoundation.eu. Linux is a registered trademark of Linus Torvalds.' +
30
+ '<br><br>' +
31
+ '<img src="https://raw.githubusercontent.com/ironcore-dev/ironcore-dev.github.io/refs/heads/main/docs/public/bmwe.png" style="max-width: 340px; display: block; margin-right: auto; margin-left: auto;">'
37
32
} ,
38
33
39
34
logo : {
You can’t perform that action at this time.
0 commit comments