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 c5c244e commit 9c45a11Copy full SHA for 9c45a11
frontend/src/components/FormEndPage/EndPageBlock.tsx
@@ -102,6 +102,7 @@ export const EndPageBlock = ({
102
103
return (
104
<>
105
+ {ogpAwarenessComponent && <Box mb="1rem">{ogpAwarenessComponent}</Box>}
106
<Box ref={focusRef}>
107
<VisuallyHidden aria-live="assertive">
108
{submittedAriaText}
@@ -115,7 +116,6 @@ export const EndPageBlock = ({
115
116
</Box>
117
) : null}
118
- {ogpAwarenessComponent && <Box mt="1rem">{ogpAwarenessComponent}</Box>}
119
<Box mt="1rem">
120
<Box>
121
<Text textColor="secondary.300" textStyle="caption-2">
0 commit comments