-
-
Notifications
You must be signed in to change notification settings - Fork 765
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
fix: more enhancement to UI #1402
fix: more enhancement to UI #1402
Conversation
…into community
…into community
✅ Deploy Preview for asyncapi-website ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
<Paragraph textColor={bg && 'text-gray-400'}>{description}</Paragraph> | ||
</div> | ||
<div className="mt-10"> | ||
<Link href={link}> |
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.
There should be a <a>
tag below this Link
component.
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.
Any reason why?
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 browser isn't able to recognize it as a link when you right-click on it.
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 see
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.
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.
@derberg, you might wanna take a look at this PR... It addresses your comment here --> |
I love it all, thanks so much for taking my feedback into account 🙏🏼 |
pages/community/index.js
Outdated
description="Discover over 100s of interesting issues, suitable for both new | ||
contributors and existing contributors." |
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.
description="Discover over 100s of interesting issues, suitable for both new | |
contributors and existing contributors." | |
description="Discover over 100s of interesting issues, suitable for new and existing contributors." |
pages/community/index.js
Outdated
<Card | ||
type="small" | ||
taglineBg="" | ||
tagline="Rockstars" |
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.
tagline="Rockstars" | |
tagline="Contributors" |
pages/community/index.js
Outdated
<Card | ||
type="small" | ||
tagline="Community" | ||
icon="🚀" |
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.
icon="🚀" | |
icon="🎯" |
pages/community/index.js
Outdated
heading="Meet Folks that are Redefining the Initiative" | ||
description="Learn how to become a technical steering committee member and see our current tsc members." | ||
tagline="Projection" | ||
icon="🎯" |
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.
icon="🎯" | |
icon="🚀" |
pages/community/index.js
Outdated
taglineBg="bg-primary-200" | ||
heading="Meet Folks that are Redefining the Initiative" | ||
description="Learn how to become a technical steering committee member and see our current tsc members." | ||
tagline="Projection" |
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.
tagline="Projection" | |
tagline="TSC" |
Yeah... Projection doesn't really say anything to me here, I think we should be clear and direct.
pages/community/index.js
Outdated
<div className="md:w-[50%] mt-10 md:mt-0"> | ||
<Card | ||
taglineBg="bg-primary-200" | ||
heading="Meet Folks that are Redefining the Initiative" |
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.
heading="Meet Folks that are Redefining the Initiative" | |
heading="Meet Folks Redefining the Initiative" |
pages/community/index.js
Outdated
<Card | ||
taglineBg="bg-primary-200" | ||
heading="Meet Folks that are Redefining the Initiative" | ||
description="Learn how to become a technical steering committee member and see our current tsc members." |
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.
description="Learn how to become a technical steering committee member and see our current tsc members." | |
description="Learn how to become a Technical Steering Committee (TSC) member and see our current members." |
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.
review done! ✅ ✨✨✨💪🏿
Wow, I love this iteration; these updates make this page extremely informative!!! THANK YOU, @AceTheCreator 💪🏿✨✨✨ |
Added suggested changes cc @derberg @akshatnema @alequetzalli |
/rtm |
@AceTheCreator You need to wait for @alequetzalli to approve the changes 😄 |
While you're right, I don't think she has any changes to suggest again 🙂 We need to speed up merging the community branch, so this pr is rtm |
/rtm |
welcome to oss 😄 |
I added a few enhancements based on suggested feedback
cc @derberg @alequetzalli @akshatnema
#917