-
Notifications
You must be signed in to change notification settings - Fork 20
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
Fixed: #9: Added New feature to download multiple animated icons #58
base: master
Are you sure you want to change the base?
Fixed: #9: Added New feature to download multiple animated icons #58
Conversation
src/components/Tabs.js
Outdated
@@ -18,33 +18,34 @@ const Tabs = (props) => { | |||
|
|||
const [activeTab, setActiveTab] = useState(currentTab) | |||
const [checked, setChecked] = useState(false) | |||
const [staticCheck, setStaticCheck] = useState(false) | |||
/* const [staticCheck, setStaticCheck] = useState(false) */ |
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.
Never comment out old code. Simply remove it if it isn't necessary any longer.
@chinmaym07 we have to remove the |
@chinmaym07 please let us know when you remove the font button so we can merge this PR |
@chinmaym07 can you resolve conflicts? |
…nimated icons Signed-off-by: chinmaym07 <[email protected]>
Signed-off-by: chinmaym07 <[email protected]>
Signed-off-by: chinmaym07 <[email protected]>
a888157
to
1e9fc4a
Compare
Signed-off-by: chinmaym07 <[email protected]>
Hey @kbhutani0001 I have removed the font button for animated icons as well as there is a small issue when we are in Please review!! Peek.2022-07-03.15-53.mp4 |
fixes: #9
Peek.2022-02-22.04-18.mp4
Signed-off-by: chinmaym07 [email protected]