mirror of
https://github.com/documenso/documenso
synced 2026-05-23 00:48:42 +00:00
💄 icon button with text
This commit is contained in:
parent
0397c7a1fb
commit
067a00bd9f
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue