mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-03 19:20:16 -04:00
change interest button text to leave/join
This commit is contained in:
parent
3013a02ee2
commit
79affd8c54
|
@ -115,7 +115,7 @@ export default function EventInterestForm() {
|
|||
transition: 'color 0.2s, background-color 0.2s',
|
||||
}}
|
||||
>
|
||||
{interested ? 'Interested' : 'Not interested'}
|
||||
{interested ? 'Leave event' : 'Join event'}
|
||||
</UIButton>
|
||||
{interested && (
|
||||
<>
|
||||
|
|
Loading…
Reference in New Issue
Block a user