diff --git a/index.html b/index.html index 8a58bd0..52c81b4 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,8 @@ + +
diff --git a/src/components/Footer/Footer.jsx b/src/components/Footer/Footer.jsx index bc7de58..dd614aa 100644 --- a/src/components/Footer/Footer.jsx +++ b/src/components/Footer/Footer.jsx @@ -1,7 +1,6 @@ import React from 'react'; import img from '../../assets/logo_white.png'; - function Footer() { const currentYear = new Date().getFullYear(); return ( @@ -10,7 +9,21 @@ function Footer() { -©️ {currentYear} CosmoXplore India, Inc. All Rights Reserved
+©️ {currentYear} CosmoXplore India, Inc. All Rights Reserved
+ );