Fix 'App settings' label visible in sidebar on mobile UI (#1888)

th-downstream
prplecake 2 years ago committed by GitHub
parent 0527968d31
commit b6e72884ca

@ -34,7 +34,7 @@ const ColumnLink = ({ icon, text, to, onClick, href, method, badge, transparent,
return (
<a href='#' onClick={onClick && handleOnClick} className={className} title={text} {...other} tabIndex='0'>
{iconElement}
{text}
<span>{text}</span>
{badgeElement}
</a>
);

Loading…
Cancel
Save