diff --git a/src/pages/AboutPage.tsx b/src/pages/AboutPage.tsx index b32e195..5ec2220 100644 --- a/src/pages/AboutPage.tsx +++ b/src/pages/AboutPage.tsx @@ -7,9 +7,9 @@ export default function AboutPage() { return (
- + - +
); } \ No newline at end of file diff --git a/src/pages/ContactPage.tsx b/src/pages/ContactPage.tsx index 626315c..dfe5866 100644 --- a/src/pages/ContactPage.tsx +++ b/src/pages/ContactPage.tsx @@ -6,8 +6,8 @@ export default function ContactPage() { return (
- - + +
); } \ No newline at end of file diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ec5d993..7661df5 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -22,13 +22,13 @@ export default function HomePage() {
- +
- +
);