diff --git a/components/header/header.tsx b/components/header/header.tsx index 2bd725f..480a29f 100644 --- a/components/header/header.tsx +++ b/components/header/header.tsx @@ -7,12 +7,8 @@ type HeaderProps = { export const Header = ({ title, description, href }: HeaderProps) => { return (
-

- - {title} - +

+ {title}

{description.map((parrafo, index) => (