pl-fe: Indicate that the join button leads to external page
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -36,6 +36,7 @@ const EventActionButton: React.FC<IEventAction> = ({ status, theme = 'secondary'
|
||||
className='min-w-max'
|
||||
size='sm'
|
||||
theme={theme}
|
||||
icon={require('@tabler/icons/outline/external-link.svg')}
|
||||
href={status.url}
|
||||
>
|
||||
<FormattedMessage id='event.join_state.empty' defaultMessage='Participate' />
|
||||
|
||||
Reference in New Issue
Block a user