sticky nav changed to enable hidden logo to appear
This commit was merged in pull request #23.
This commit is contained in:
@@ -17,6 +17,7 @@ import TestimonialHomeOne from './TestimonialHomeOne';
|
||||
import TrafficHomeTwo from './TrafficHomeTwo';
|
||||
import WrenchBoardHome from './WrenchBoardHome';
|
||||
import RecentJobsOne from './RecentJobsOne';
|
||||
import StickyHeaderNav from '../StickyHeader/StickyHeaderNav';
|
||||
//import BlogData from './../../Services/BlogData';
|
||||
|
||||
function HomeOne() {
|
||||
@@ -26,7 +27,8 @@ function HomeOne() {
|
||||
return (
|
||||
<>
|
||||
<Drawer drawer={drawer} action={drawerAction.toggle} />
|
||||
<HomeOneHeader action={drawerAction.toggle} />
|
||||
<StickyHeaderNav action={drawerAction.toggle} />
|
||||
{/* <HomeOneHeader action={drawerAction.toggle} /> */}
|
||||
<HeroHomeOne />
|
||||
<ServicesHomeOne />
|
||||
{/*<RecentJobsOne />*/}
|
||||
|
||||
Reference in New Issue
Block a user