-
Notifications
You must be signed in to change notification settings - Fork 2
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
create team member component #29
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.
please run yarn run fix
and yarn run lint
before staging
@@ -0,0 +1,39 @@ | |||
import React, { useEffect } from 'react'; | |||
import AOS from 'aos'; |
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.
you should add AOS to the dependencies in package.json
@@ -7819,6 +7819,42 @@ video { | |||
-webkit-overflow-scrolling: auto; |
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.
No changes should be applied to this file
also, please don't fork this repo, create a branch in this repo and put your code in there |
@@ -6,3 +6,45 @@ | |||
/* Override utils here*/ | |||
|
|||
@tailwind utilities; | |||
.aboutus{ |
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 file shouldn't have css classes not related to tailwind
team member done
fixes #13