diff --git a/Caecae/src/components/common/InfoSection/InfoSection.tsx b/Caecae/src/components/common/InfoSection/InfoSection.tsx index f667af7..f039436 100644 --- a/Caecae/src/components/common/InfoSection/InfoSection.tsx +++ b/Caecae/src/components/common/InfoSection/InfoSection.tsx @@ -34,7 +34,10 @@ const InfoSection = ({ }; return ( <> -
+
{header}
{children} diff --git a/Caecae/src/components/common/Navigation/Navigation.tsx b/Caecae/src/components/common/Navigation/Navigation.tsx index 96c1d96..e5f3dfa 100644 --- a/Caecae/src/components/common/Navigation/Navigation.tsx +++ b/Caecae/src/components/common/Navigation/Navigation.tsx @@ -30,7 +30,7 @@ const Navigation: React.FC = () => {