-
Notifications
You must be signed in to change notification settings - Fork 92
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
Refactor: Make responsive community section #7
Conversation
Signed-off-by: hanzili <[email protected]>
Signed-off-by: hanzili <[email protected]>
components/community.tsx
Outdated
</div> | ||
type CardData = { | ||
link: string; | ||
svgIcon: any; |
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.
please avoid using any it's not a good practice
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.
Agree! Since svgIcon
is always going to be used as a url, I simply type it as a string
.
Signed-off-by: hanzili <[email protected]>
…ploy-website into community-improvement
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.
LGTM @nehagup
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.
LGTM! 🫰
* create circular graph Signed-off-by: hanzili <[email protected]> * hover animation Signed-off-by: hanzili <[email protected]> * fix: svg type Signed-off-by: hanzili <[email protected]> --------- Signed-off-by: hanzili <[email protected]> Co-authored-by: Neha Gupta <[email protected]>
* create circular graph Signed-off-by: hanzili <[email protected]> * hover animation Signed-off-by: hanzili <[email protected]> * fix: svg type Signed-off-by: hanzili <[email protected]> --------- Signed-off-by: hanzili <[email protected]> Co-authored-by: Neha Gupta <[email protected]> Signed-off-by: sk-pathan <[email protected]>
* create circular graph Signed-off-by: hanzili <[email protected]> * hover animation Signed-off-by: hanzili <[email protected]> * fix: svg type Signed-off-by: hanzili <[email protected]> --------- Signed-off-by: hanzili <[email protected]> Co-authored-by: Neha Gupta <[email protected]> Signed-off-by: SANJEET KUMAR <[email protected]>
* create circular graph Signed-off-by: hanzili <[email protected]> * hover animation Signed-off-by: hanzili <[email protected]> * fix: svg type Signed-off-by: hanzili <[email protected]> --------- Signed-off-by: hanzili <[email protected]> Co-authored-by: Neha Gupta <[email protected]> Signed-off-by: sk-pathan <[email protected]>
fix #1674