diff --git a/packages/grant-explorer/src/features/attestations/MintYourImpactComponents.tsx b/packages/grant-explorer/src/features/attestations/MintYourImpactComponents.tsx index 23faa669a..ec63a365f 100755 --- a/packages/grant-explorer/src/features/attestations/MintYourImpactComponents.tsx +++ b/packages/grant-explorer/src/features/attestations/MintYourImpactComponents.tsx @@ -34,6 +34,14 @@ export const AttestationFrame = ({ ensName: string | null | undefined; }) => { const { attestationFrameLogo } = useColorAndBackground(); + const projectsLength = projects.length; + const padding = + projectsLength === 3 + ? "threeProjectsPadding" + : projectsLength === 2 + ? "py-11" + : "py-28"; + return (
{project.name}
-+
{project.round}
+ {/* Top Round Section */} + +
- {topRound} -
+