2
0

feat(integration): Add Google Analytics integration

This commit is contained in:
Baptiste Arnaud
2022-01-19 14:25:15 +01:00
parent 44b478550f
commit 3506d86d50
21 changed files with 528 additions and 152 deletions

View File

@ -41,7 +41,7 @@ export const SourceEndpoint = ({
align="center"
{...props}
>
<Box bgColor="gray.400" rounded="full" boxSize="7px" />
<Box bgColor="gray.400" rounded="full" boxSize="6px" />
</Flex>
)
}