Skip to content

Commit

Permalink
fix: footer items arrangement
Browse files Browse the repository at this point in the history
Signed-off-by: Yue Yang <[email protected]>
  • Loading branch information
g1eny0ung committed Nov 15, 2024
1 parent 5062b75 commit df16a2b
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,21 +172,23 @@ const config = {
{
title: 'Acknowledgements',
items: [
{
label: 'Thanks for the technology illustrations by Storyset',
href: 'https://storyset.com/technology',
},
{
html: `
<a href="https://www.netlify.com">
<img src="https://www.netlify.com/v3/img/components/netlify-color-bg.svg" alt="Deploys by Netlify" />
</a>
`,
},
{
html: `
<ul>
<li>
<p>Thanks to netlify's Open Source Plan.</p>
<a href="https://www.netlify.com" target="_blank"><img src="https://www.netlify.com/v3/img/components/netlify-color-bg.svg" alt="Deploys by Netlify" /></a>
</li>
<li>
<p>Thanks for the <a href="https://storyset.com/technology">Technology illustrations by Storyset</a>.</p>
</li>
</ul>
<img
referrerpolicy="no-referrer-when-downgrade"
src="https://static.scarf.sh/a.png?x-pxid=3103bfa4-2073-4b9a-bdac-f36f63d979a4"
/>
<img
referrerpolicy="no-referrer-when-downgrade"
src="https://static.scarf.sh/a.png?x-pxid=3103bfa4-2073-4b9a-bdac-f36f63d979a4"
/>
`,
},
],
Expand Down

0 comments on commit df16a2b

Please sign in to comment.