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