diff --git a/components/functionItem/functionItem.tsx b/components/functionItem/functionItem.tsx index e27bc98..d39d88b 100644 --- a/components/functionItem/functionItem.tsx +++ b/components/functionItem/functionItem.tsx @@ -64,7 +64,7 @@ export default function FunctionItem(props: FunctionItemProps) { color: !fn_type ? "text.secondary" : "text.primary", }} > - {`${fn_type || "No type yet provided"} `} + {`${fn_type || "No type provided yet."} `} )} diff --git a/components/preview/preview.tsx b/components/preview/preview.tsx index f2c3414..2116799 100644 --- a/components/preview/preview.tsx +++ b/components/preview/preview.tsx @@ -182,7 +182,7 @@ export const Preview = (props: PreviewProps) => { color: "text.primary", fontSize: "1rem", }} - secondary={fn_type || "no type yet provided"} + secondary={fn_type || "no type provided yet."} primary="function signature " />