Skip to content

Commit c98faba

Browse files
authored
Add bmwe logo to footer (#87)
1 parent 144d592 commit c98faba

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/.vitepress/config.mts

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,15 @@ export default withMermaid({
2424
},
2525

2626
footer: {
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 https://linuxfoundation.eu. ' +
29-
'Linux is a registered trademark of Linus Torvalds.',
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="/bmwe.png" style="max-width: 340px; margin-left: 16px;">
35+
</div>`
3036
},
3137

3238
logo: {

docs/public/bmwe.png

61.8 KB
Loading

0 commit comments

Comments
 (0)