diff --git a/components/LongButton.tsx b/components/LongButton.tsx index dbabc24..7a8a230 100644 --- a/components/LongButton.tsx +++ b/components/LongButton.tsx @@ -32,7 +32,7 @@ export default LongButton interface LongButtonProps { newTab?: boolean onClick?: (event: React.KeyboardEvent|React.MouseEvent) => void - children: JSX.Element | JSX.Element[] + children: string | JSX.Element | JSX.Element[] href?: string center?: boolean } \ No newline at end of file