diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 6df8cb04b..3228d5bf5 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -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 🔴 Optimism' + } } // TODO: Add real a favicon // TODO: Check if we should add other things into head