-
Notifications
You must be signed in to change notification settings - Fork 22
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
docs: style improvements #4412
docs: style improvements #4412
Conversation
3c2f655
to
c6a5208
Compare
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.
some small notes that can be reviewed later
feel free to merge
{ label: "Get Started", href: "/documentation/get-started" }, | ||
{ label: "Contribute", href: "/documentation/contribute/" }, | ||
{ label: "Changelog", href: "/documentation/changelog/" }, |
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.
these links are broken in the deployments/production
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.
We'll fix them later
> | ||
Explore components <span className="ml-2" /> | ||
<ArrowRight /> |
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.
We should be able to find a way to be able to use any icon (including HV's), and the spacing just work
> | |
Explore components <span className="ml-2" /> | |
<ArrowRight /> | |
endIcon={<ArrowRight />} | |
> | |
Explore components |
295a444
to
be3d1e6
Compare
No description provided.