make grouping clearer and update readme

This commit is contained in:
Calli
2023-06-23 21:20:56 +03:00
parent 5146e0e4ff
commit b3abfe0574
7 changed files with 45 additions and 7 deletions

View File

@@ -13,7 +13,13 @@ const StackItem = styled(Stack)(({ theme }) => ({
export const NoPlanetCard = ({}: {}) => {
return (
<StackItem alignItems="flex-start" height="100%">
<Image src={`/noplanet.png`} alt="" width={120} height={120} />
<Image
src={`/noplanet.png`}
alt=""
width={120}
height={120}
style={{ borderRadius: 8, marginRight: 4 }}
/>
<Image
width={64}
height={64}

View File

@@ -102,6 +102,7 @@ export const PlanetCard = ({
alt=""
width={120}
height={120}
style={{ borderRadius: 8, marginRight: 4 }}
/>
{extractors.some((e) => {
if (!e) return true;