mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-19 13:06:22 +00:00
Re-enable a11y linting rules
This commit is contained in:
@@ -18,7 +18,7 @@ export const DeleteServerButton = (DeleteServerModal: FC<DeleteServerModalProps>
|
||||
|
||||
return (
|
||||
<>
|
||||
<span className={className} onClick={showModal}>
|
||||
<span className={className} onPointerDown={showModal}>
|
||||
{!children && <FontAwesomeIcon fixedWidth icon={deleteIcon} />}
|
||||
<span className={textClassName}>{children ?? 'Remove this server'}</span>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user