diff --git a/src/components/Header/index.tsx b/src/components/Header/index.tsx index 10ff082652b0fa58786c51f445a39058c439bb88..ac38e96dc1a5a061fe39829b8564b8a4025bd695 100644 --- a/src/components/Header/index.tsx +++ b/src/components/Header/index.tsx @@ -1,5 +1,4 @@ import React from "react"; -import { useDocumentTitle } from "../../utils"; interface HeaderProps { title: string; @@ -7,8 +6,6 @@ interface HeaderProps { } const ExampleHeader: React.FC<HeaderProps> = ({ title, lead }) => { - useDocumentTitle(title); - return ( <header className="bg-hero py-5 mb-5"> <div className="container h-100">