mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
💄 icon button with text
This commit is contained in:
@ -28,6 +28,7 @@ export function IconButton(props: any) {
|
||||
) : (
|
||||
""
|
||||
)}
|
||||
{props.children}
|
||||
</Link>
|
||||
) : (
|
||||
<button
|
||||
@ -49,6 +50,7 @@ export function IconButton(props: any) {
|
||||
) : (
|
||||
""
|
||||
)}
|
||||
{props.children}
|
||||
</button>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user