change interest button text to leave/join

This commit is contained in:
Michael Fatemi 2021-09-09 20:27:56 -04:00
parent 3013a02ee2
commit 79affd8c54

View File

@ -115,7 +115,7 @@ export default function EventInterestForm() {
transition: 'color 0.2s, background-color 0.2s', transition: 'color 0.2s, background-color 0.2s',
}} }}
> >
{interested ? 'Interested' : 'Not interested'} {interested ? 'Leave event' : 'Join event'}
</UIButton> </UIButton>
{interested && ( {interested && (
<> <>