Push BookNest hero reveal further down
This commit is contained in:
parent
b97e4f5648
commit
8882d0af7c
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ function App() {
|
|||
const sidebarWidth = sidebarCollapsed ? 64 : 200
|
||||
const location = useLocation()
|
||||
const showHero = location.pathname === '/infrastructure' || location.pathname === '/booknest'
|
||||
const heroPaddingTop = location.pathname === '/booknest' ? '140px' : '72px'
|
||||
const heroPaddingTop = location.pathname === '/booknest' ? '240px' : '72px'
|
||||
|
||||
return (
|
||||
<div className="min-h-screen w-screen overflow-hidden bg-page">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue