Skip to content

Commit

Permalink
solved issue where home wasn't being linked by icon on mobile and cal…
Browse files Browse the repository at this point in the history
…endly wasn't showing up
  • Loading branch information
Christopher-Stevers committed Aug 7, 2023
1 parent 75d710b commit 941b2d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/Layout/Navigation/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const Navigation = () => {
<div className='flex visible relative w-full'>
<div className='flex w-full md:py-1 justify-between mx-4 md:mx-8'>
<div className='flex space-x-5 items-center'>
<Link href={'/'} className='flex items-center md:hover:opacity-70 min-w-[31px]'>
<Link href={'/'} className='flex items-center md:hover:opacity-70 z-10 min-w-[31px]'>
<Image src='/openq-logo-white-2.png' alt='OpenQ' width='31' height='31' />
</Link>

Expand Down
6 changes: 3 additions & 3 deletions components/Sales/Subnav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ const Subnav = () => {
</div>
{isOpen && (
<div className='flex flex-col relative z-20 pb-7 md:hidden'>
<a href='#' className='text-gray-900 px-3 text-md font-normal pl-6 pb-5'>
<Link href='/' className='text-gray-900 px-3 text-md font-normal pl-6 pb-5'>
Home
</a>
<a href='#' className='text-gray-900 px-3 text-md font-normal pl-6 pb-5'>
</Link>
<a href='https://calendly.com/ricketh/openqdemo' className='text-gray-900 px-3 text-md font-normal pl-6 pb-5'>
Schedule a Demo
</a>
<Typeform>
Expand Down

0 comments on commit 941b2d4

Please sign in to comment.