mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fixed onClick column links
This commit is contained in:
parent
8150689b48
commit
8b58153583
@ -19,7 +19,7 @@ const ColumnLink = ({ icon, text, to, onClick, href, method }) => {
|
|||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
return (
|
return (
|
||||||
<a onClick={onClick} role='button' tabIndex='0' data-method={method}>
|
<a onClick={onClick} className='column-link' role='button' tabIndex='0' data-method={method}>
|
||||||
<i className={`fa fa-fw fa-${icon} column-link__icon`} />
|
<i className={`fa fa-fw fa-${icon} column-link__icon`} />
|
||||||
{text}
|
{text}
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user