-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Feat: added survey share modal #220
Conversation
shubhamku044
commented
Aug 23, 2023
Someone is attempting to deploy a commit to a Personal Account owned by @Ryczko on Vercel. @Ryczko first needs to authorize it. |
<p className="text-sm text-red-500"> | ||
</p> |
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.
We will not have error field here, so you can remove it.
copy(link); | ||
}} | ||
icon={<LinkIcon className="h-5 w-5" />} | ||
className="" |
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.
Empty className
to remove
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.
Thanks for contribution 😊 Small notes
variant={ButtonVariant.PRIMARY} | ||
className="w-full justify-center sm:mb-0 sm:w-[260px]" | ||
className="w-full justify-center gap-1 sm:mb-0 sm:w-[260px]" |
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.
Let's remove sm:w-[260px]
to get rid of big paddings
Sure, will do all the changes. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|