Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add redstone #54

Merged
merged 3 commits into from
Aug 20, 2024
Merged

feat: add redstone #54

merged 3 commits into from
Aug 20, 2024

Conversation

gsteenkamp89
Copy link
Contributor

@gsteenkamp89 gsteenkamp89 commented Aug 6, 2024

Closes ACX-2418

screenshots

Screenshot 2024-08-06 at 12 34 44

Screenshot 2024-08-06 at 12 34 59

Copy link

linear bot commented Aug 6, 2024

Copy link

vercel bot commented Aug 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
across-to ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 6, 2024 10:34am

@@ -88,7 +94,7 @@ export function SupportedChainsSection(props: { variant: "teal" | "purple" }) {
Supported Chains
</Text>
</div>
<div className="grid grid-cols-1 gap-x-12 gap-y-12 sm:grid-cols-3 sm:self-center md:grid-cols-5">
<div className="grid grid-cols-1 gap-x-12 gap-y-12 sm:grid-cols-3 sm:self-center md:grid-cols-4">
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@dohaki not sure if we want 4x3 or 6x2 grid here

@@ -108,7 +114,7 @@ export function SupportedChainsSection(props: { variant: "teal" | "purple" }) {
variant={props.variant}
/>
</div>
<Text variant="body" className="capitalize text-light-300">
<Text variant="body" className="text-center capitalize text-light-300">
Copy link
Contributor Author

Choose a reason for hiding this comment

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

playing around with the grid i noticed if this text wraps, then it doesn't get centered. Adding this just in case.

@gsteenkamp89 gsteenkamp89 merged commit ab63da1 into master Aug 20, 2024
4 checks passed
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.

2 participants