diff --git a/src/components/about/AboutSectionHeading.tsx b/src/components/about/AboutSectionHeading.tsx index 6ab97e2..efe2cc2 100644 --- a/src/components/about/AboutSectionHeading.tsx +++ b/src/components/about/AboutSectionHeading.tsx @@ -11,7 +11,7 @@ export default function AboutSectionHeading({ }: AboutSectionHeadingProps) { return (
{description}
diff --git a/src/components/layouts/DefaultLayout.tsx b/src/components/layouts/DefaultLayout.tsx index a4b73d7..ac3e9e6 100644 --- a/src/components/layouts/DefaultLayout.tsx +++ b/src/components/layouts/DefaultLayout.tsx @@ -5,7 +5,7 @@ function DefaultLayout() { return (