diff --git a/src/Components/Pages/Home/index.js b/src/Components/Pages/Home/index.js index 038c7b7..1f80ced 100644 --- a/src/Components/Pages/Home/index.js +++ b/src/Components/Pages/Home/index.js @@ -1,16 +1,16 @@ import React, { useContext } from 'react'; -import Wrapper from '../../Shared/Wrapper'; +import { BorderToggleRef } from '../../../App'; import { BLOG_LINK, URL_VISUALIZER_PAGE } from '../../../Constants'; +import { NavbarToggleContext } from '../../../Context/navbarToggle'; import { LinkButton } from '../../Shared/Buttons'; +import Footer from '../../Shared/Footer'; +import Navbar from '../../Shared/Navbar'; +import Wrapper from '../../Shared/Wrapper'; import Graphs from './Sections/Graphs'; import PbftIntro from './Sections/PbftIntro'; -import Navbar from '../../Shared/Navbar'; -import { NavbarToggleContext } from '../../../Context/navbarToggle'; -import { BorderToggleRef } from '../../../App'; -import Footer from '../../Shared/Footer'; const Home = () => { - + return ( <>
- -
+ +
@@ -47,15 +47,15 @@ const Home = () => {
- -
+
+
-
-
- -
+ +
+ +
- + ); }; @@ -66,7 +66,9 @@ const Index = () => { <> - +
+ +