We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1028d commit 11c3c6fCopy full SHA for 11c3c6f
.vitepress/config.mts
@@ -100,13 +100,11 @@ export default defineConfig({
100
{ text: 'Disclaimer', link: '#disclaimer' },
101
{
102
text: `
103
- <div style="white-space: nowrap; display: flex; align-items: center; gap: 6px;">
104
- <img alt="Serverless Life logo" style="height: 27px" src="https://www.serverlesslife.com/img/logo_light.svg">
105
- www.serverlesslife.com
106
- </div>
107
-
+ <span style="white-space: nowrap; display: flex; align-items: center; gap: 6px;">
+ <img alt="Serverless Life logo" style="height: 27px" src="https://www.serverlesslife.com/img/logo_light.svg">
+ www.serverlesslife.com
+ </span>
108
`,
109
110
link: 'https://www.serverlesslife.com',
111
},
112
],
0 commit comments