Skip to content

Conversation

@aditya520
Copy link
Member

Summary

Rationale

How has this been tested?

  • Current tests cover my changes
  • Added new tests
  • Manually tested the code

@vercel
Copy link

vercel bot commented Nov 5, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
component-library Ready Ready Preview Comment Nov 6, 2025 0:25am
developer-hub Ready Ready Preview Comment Nov 6, 2025 0:25am
5 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
api-reference Skipped Skipped Nov 6, 2025 0:25am
entropy-explorer Skipped Skipped Nov 6, 2025 0:25am
insights Skipped Skipped Nov 6, 2025 0:25am
proposals Skipped Skipped Nov 6, 2025 0:25am
staking Skipped Skipped Nov 6, 2025 0:25am

@aditya520 aditya520 changed the title chore(dev-hub) Integration Card First draft chore(dev-hub) Component: Integration Card Nov 5, 2025
Comment on lines +90 to +91
key={index}
href={link.href}
Copy link
Contributor

@alexcambose alexcambose Nov 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit href should be unique since the links are unique so you can do key={link.href}

letter-spacing: -0.03em; // -0.9px
color: var(--color-fd-foreground);
white-space: nowrap;
overflow: visble;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

visble?

Comment on lines +5 to +11

padding: 2rem 1rem;

@media (width >= 768px) {
padding: 3rem 1.5rem;
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we please use more utils from the theme file

align-items: center;
justify-content: flex-start;

:global(button) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the button component can take a custom class so we don't have to do this kind of selection

Comment on lines +73 to +85
margin: 0;
font-size: 1rem; // 16px
font-weight: 400;
line-height: 1.65;
letter-spacing: -0.01em; // -0.16px
color: var(--color-fd-foreground);
opacity: 0.9;
overflow: visible;
display: -webkit-box;
-webkit-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;
flex: 1;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tbh so many of these css rules are not really doing anything or relevant...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants