mirror of
https://github.com/calli-eve/eve-pi.git
synced 2026-02-12 18:58:48 +01:00
make grouping clearer and update readme
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -102,6 +102,7 @@ export const PlanetCard = ({
|
||||
alt=""
|
||||
width={120}
|
||||
height={120}
|
||||
style={{ borderRadius: 8, marginRight: 4 }}
|
||||
/>
|
||||
{extractors.some((e) => {
|
||||
if (!e) return true;
|
||||
|
||||
Reference in New Issue
Block a user