mirror of
https://github.com/Lissy93/web-check.git
synced 2025-06-19 03:16:45 +02:00
Updates SSL cert result card
This commit is contained in:
parent
0c9e8c1ec9
commit
bf3ebf4c6c
@ -1,6 +1,5 @@
|
|||||||
|
|
||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
import { Whois } from 'utils/result-processor';
|
|
||||||
import colors from 'styles/colors';
|
import colors from 'styles/colors';
|
||||||
import Card from 'components/Form/Card';
|
import Card from 'components/Form/Card';
|
||||||
import Heading from 'components/Form/Heading';
|
import Heading from 'components/Form/Heading';
|
||||||
@ -70,7 +69,7 @@ const ListRow = (props: { list: string[], title: string }) => {
|
|||||||
const { list, title } = props;
|
const { list, title } = props;
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Heading as="h3" align="left" color={colors.primary}>{title}</Heading>
|
<Heading as="h3" size="small" align="left" color={colors.primary}>{title}</Heading>
|
||||||
{ list.map((entry: string, index: number) => {
|
{ list.map((entry: string, index: number) => {
|
||||||
return (
|
return (
|
||||||
<Row key={`${title.toLocaleLowerCase()}-${index}`}><span>{ entry }</span></Row>
|
<Row key={`${title.toLocaleLowerCase()}-${index}`}><span>{ entry }</span></Row>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user