-
Notifications
You must be signed in to change notification settings - Fork 31
add button "star project" for all projects #457
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
base: main
Are you sure you want to change the base?
Conversation
1736204 to
6a5efe3
Compare
| background: rgba(255, 255, 255, 1); | ||
| color: var(--g-color-text-dark-primary); | ||
| height: 36px; | ||
| width: 136px; |
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.
min-width?
|
|
||
| import './GitHubStarButton.scss'; | ||
|
|
||
| const block = (name: string) => `gravity-ui-landing-github-star-button${name ? `__${name}` : ''}`; |
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.
Use this block plz
| <div className={b('github-star-text')}> | ||
| {content} | ||
| </div> | ||
| {isVisibleInfoListMobile && ( |
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.
| })} | ||
| > | ||
| <div className={b('github-star-content')}> | ||
| <div className={b('github-star-text')}> |
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.
|
@anton129 please look to the review comments. |

No description provided.