diff --git a/src/components/Footer.astro b/src/components/Footer.astro index b8b7d2b..61cf43a 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -7,13 +7,33 @@ import logo from '../images/logo.png';
- - FlowBite Logo + + FlowBite Logo + + +
+ © 2023 Potentia Robotics™. All Rights Reserved. + +
+ + + +
-

Header

  • Link @@ -24,7 +44,6 @@ import logo from '../images/logo.png';
-

Header

  • Link @@ -35,7 +54,6 @@ import logo from '../images/logo.png';
-

Header

  • Link @@ -47,24 +65,7 @@ import logo from '../images/logo.png';
-
-
- © 2023 Potentia Robotics™. All Rights Reserved. - - -
+
diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 57bb8df..491642a 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -6,21 +6,26 @@ import NavLink from "./NavLink.astro"; ---
-
+
- Logo + Logo -
+
- - + + + +
@@ -35,7 +40,6 @@ import NavLink from "./NavLink.astro"; -
diff --git a/src/components/NavLink.astro b/src/components/NavLink.astro index 1d29da8..f086e32 100644 --- a/src/components/NavLink.astro +++ b/src/components/NavLink.astro @@ -3,6 +3,6 @@ const {href, text} = Astro.props; --- - + {text} \ No newline at end of file