Skip to content

Commit

Permalink
💄 chore(docs): Add "Supported by Optimism" footer
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Jan 8, 2024
1 parent 416bb4a commit dc3e143
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ export default defineConfig({
{ icon: 'github', link: 'https://github.com/Synthetixio/synpress/tree/new-dawn' },
{ icon: 'discord', link: 'https://discord.gg/XhZKSRGtWc' },
{ icon: 'x', link: 'https://twitter.com/Synpress_' }
]
],

footer: {
message: 'Supported by 🔴 <a href="https://www.optimism.io/" target="_blank">Optimism</a>'
}
}
// TODO: Add real a favicon
// TODO: Check if we should add other things into head
Expand Down

0 comments on commit dc3e143

Please sign in to comment.