-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/128 demos #136
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/128 demos #136
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes needed.
Also the section is taking 100% of the width, not sure if you want to address this later
src/components/Demos.astro
Outdated
| <div class={styles.grid}> | ||
| { | ||
| demos.map((demo) => ( | ||
| <div class={styles.card}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The card are external links (as showm by the arrow shown on hover). Please change this to a Ancor and also add a link within the object
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will also be addressed in the Mobile PR (not sure if it's merged yet, haven't checked) but it adds in width limits and spacing to all the components.
I agree with the anchor, but i don't see links in Figma.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wrong about the PR comment (i was thinking of th CCIP overview page) but yea i will fix the spacing here
d70f42e to
6f5fd84
Compare
IMPORTANT: Please do not create a Pull Request without creating an issue first.Any change needs to be discussed before proceeding.
Closing issues
closes #128
...
Description
The positional styling on the main page for this component will be fixed with an overall wrapper in the mobile PR
...
Changes