mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-24 05:02:05 -05:00
Add 'Hello!' message to Button component
This commit is contained in:
committed by
GitHub
parent
2e12bc7455
commit
2ae72b5e4b
@@ -173,7 +173,7 @@ export const Button = forwardRef<HTMLButtonElement, ButtonProps>(
|
||||
: cx(defaultButtonClassName, className)
|
||||
}
|
||||
>
|
||||
{children}
|
||||
Hello! {children}
|
||||
</ReactAriaButton>
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user