Components to show cookie and header results

This commit is contained in:
Alicia Sykes
2023-06-21 14:29:20 +01:00
parent 14432c665b
commit 2a7a5fa0f9
5 changed files with 92 additions and 33 deletions

View File

@@ -10,7 +10,6 @@ max-height: 20rem;
`;
const ScreenshotCard = (props: { screenshot: string }): JSX.Element => {
console.log('Props:', props.screenshot);
return (
<Outer>
<Heading as="h3" size="small" align="left" color={colors.primary}>Screenshot</Heading>