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 bd729c1 commit 3bb7a52Copy full SHA for 3bb7a52
frontend/src/common-components/footer/Footer.tsx
@@ -86,7 +86,7 @@ export const Footer = () => {
86
>
87
{component?.footerMessage && <Markdown text={component?.footerMessage} />}
88
89
- <Flex justify="center" gap={5} align="center" flexDirection={['column', null, 'row']}>
+ <Flex w="full" justify="center" gap={5} align="center" flexDirection={['column', null, 'row']}>
90
<OrganizerLogo
91
imageSrc={component?.hostLogo}
92
websiteUrl={component?.hostWebsiteUrl}
0 commit comments