Skip to content

Commit 415cf4d

Browse files
committed
Fix footer
1 parent 19f3492 commit 415cf4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ export default withMermaid({
2525

2626
footer: {
2727
copyright: `
28-
<div style="display: flex; align-items: center; justify-content: space-between;">
28+
<div style="display: flex; justify-content: space-between; align-items: center;">
2929
<span>
3030
Copyright © Linux Foundation Europe. IronCore is a project of NeoNephos Foundation. For applicable
3131
policies including privacy policy, terms of use and trademark usage guidelines, please see https://linuxfoundation.eu.
3232
Linux is a registered trademark of Linus Torvalds.
3333
</span>
3434
<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;">
3535
</div>
36-
`
36+
`
3737
},
3838

3939
logo: {

0 commit comments

Comments
 (0)