Components to show cookie and header results
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user