mirror of
https://github.com/mue/mue.git
synced 2026-07-17 05:54:14 +02:00
fix: about tab links and icons
This commit is contained in:
@@ -50,7 +50,10 @@ const Button = forwardRef(
|
||||
);
|
||||
|
||||
const linkButton = (
|
||||
<a className={className} onClick={onClick} ref={ref} disabled={disabled} href={href} style={style}>
|
||||
<a className={className} onClick={onClick} ref={ref} disabled={disabled} href={href} style={style}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
{icon}
|
||||
{label}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user