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:
parent
04d0b812f0
commit
e88b10599f
1 changed files with 1 additions and 0 deletions
|
@ -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' />
|
||||
|
|
Loading…
Reference in a new issue