diff --git a/src/Components/Project/ProjectCard.tsx b/src/Components/Project/ProjectCard.tsx index aa0a7e2..02a6960 100644 --- a/src/Components/Project/ProjectCard.tsx +++ b/src/Components/Project/ProjectCard.tsx @@ -10,6 +10,7 @@ import { connectWallet } from '../../redux/features/wallet.slice'; import Button from 'src/Components/Shared/Button/Button'; import { requestProvider } from 'webln'; import { PROJECT_BY_ID_QUERY, PROJECT_BY_ID_RES, PROJECT_BY_ID_VARS } from './query' +import { AiFillThunderbolt } from 'react-icons/ai'; export default function ProjectCard({ onClose, direction, ...props }: ModalCard) { @@ -86,7 +87,7 @@ export default function ProjectCard({ onClose, direction, ...props }: ModalCard) initial='initial' animate="animate" exit='exit' - className="modal-card max-w-[710px]" + className="modal-card max-w-[710px] max-h-[80vh]" >
@@ -96,33 +97,35 @@ export default function ProjectCard({ onClose, direction, ...props }: ModalCard)
- +
-

{project.title}

- {project.website?.replace(/(^\w+:|^)\/\//, '')} +

{project?.title}

+ {project?.website?.replace(/(^\w+:|^)\/\//, '')}
- {project.category.title} + {project?.category.title} - {project.votes_count} + {project?.votes_count}
- + {isWalletConnected ? + + : + + }
-

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptatum, iure dolorem quaerat ipsum dolores mollitia libero? Sit dolor saepe amet incidunt placeat. Iusto, expedita rerum -

-
- payments - lightining -
+

{project?.description}

- + {isWalletConnected ? + + : + + }

Screenshots