-
Notifications
You must be signed in to change notification settings - Fork 4
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
feature/96/faq #123
feature/96/faq #123
Conversation
norachams
commented
Mar 3, 2024
Are the comments marked as resolved because they are being worked on @norachams ? If yes, a comment saying they are being worked on would be nice if changes have not been committed. |
onClick={() => toggleAccordion(index)} | ||
> | ||
<h6 className="text-black">{item.question}</h6> | ||
<span>{activeIndex === index ? '^' : '⌄'}</span> |
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.
I think using an proper icon would make it look better. There is a slight change in position and size when active.
I recommend using:
A list of available icons:
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.
@norachams Just making sure this doesn't get forgotten.