fix: 🐛 Minor changes and improved accessibility
This commit is contained in:
@ -43,6 +43,7 @@ export const ResultsContent = () => {
|
||||
w="full"
|
||||
justifyContent="center"
|
||||
h="60px"
|
||||
display={['none', 'flex']}
|
||||
>
|
||||
<HStack maxW="1200px" w="full">
|
||||
<Button
|
||||
@ -70,7 +71,7 @@ export const ResultsContent = () => {
|
||||
</Button>
|
||||
</HStack>
|
||||
</Flex>
|
||||
<Flex pt="60px" w="full" justify="center">
|
||||
<Flex pt={['10px', '60px']} w="full" justify="center">
|
||||
{publishedTypebot &&
|
||||
(isAnalytics ? (
|
||||
<AnalyticsContent stats={stats} />
|
||||
|
@ -145,7 +145,7 @@ export const SubmissionsContent = ({
|
||||
}
|
||||
|
||||
return (
|
||||
<Stack maxW="1200px" w="full" pb="28">
|
||||
<Stack maxW="1200px" w="full" pb="28" px={['4', '0']}>
|
||||
{totalHiddenResults && (
|
||||
<UnlockProPlanInfo
|
||||
buttonLabel={`Unlock ${totalHiddenResults} results`}
|
||||
|
Reference in New Issue
Block a user