-
Notifications
You must be signed in to change notification settings - Fork 7
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
WIP feat(APP-3508): Remove title and description props from ProposalVoting module component #327
Conversation
...dules/components/proposal/proposalVoting/proposalVotingContainer/proposalVotingContainer.tsx
Show resolved
Hide resolved
<Heading size="h2">{title}</Heading> | ||
<p className="text-base font-normal leading-normal text-neutral-500">{description}</p> | ||
</div> | ||
<Card className={classNames('flex w-full flex-col overflow-hidden', className)} {...otherProps}> |
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.
Moving to WIP to double check with product if we should push this temporary design now or if we can postpone these changes to have the proper implementation later |
Closing as current implementation is okay for now and we'll use the APP-3508 ticket to update the UI with the new designs |
Description
Remove heading + desc from 'ProposalVoting' terminal
Task: APP-3508
Type of change
Checklist:
CHANGELOG.md
file in the root folder of the package after the [UPCOMING] title and beforethe latest version.