diff --git a/.gitignore b/.gitignore index 1bd4c7c..ab13b2a 100644 --- a/.gitignore +++ b/.gitignore @@ -46,4 +46,5 @@ package-lock.json /output /db /data -/Bruno \ No newline at end of file +/Bruno +/tsconfig.tsbuildinfo \ No newline at end of file diff --git a/src/components/base.tsx b/src/components/base.tsx index 29bc54a..c11af2e 100644 --- a/src/components/base.tsx +++ b/src/components/base.tsx @@ -1,4 +1,7 @@ -export const BaseHtml = ({ children, title = "ConvertX" }) => ( +export const BaseHtml = ({ + children, + title = "ConvertX", +}: { children: JSX.Element; title?: string }) => ( diff --git a/src/components/header.tsx b/src/components/header.tsx index ce343f3..1c255db 100644 --- a/src/components/header.tsx +++ b/src/components/header.tsx @@ -30,7 +30,7 @@ export const Header = ({ } return ( -
+