Skip to content

Commit

Permalink
Merge pull request #460 from ertush/hotfix
Browse files Browse the repository at this point in the history
Updated KMHFR Documentation link
  • Loading branch information
ertush authored Aug 22, 2024
2 parents 983b273 + 8432788 commit 3cd8b8f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
30 changes: 15 additions & 15 deletions components/HeaderLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ export default function HeaderLayout({
</li>

{/* <li className={`text-lg h-[60px] flex text-center justify-center text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/documentation" && 'border-b-2 border-b-gray-50 bg-blue-500/85'}`}>
<Link href='https://kmhfr-docs.github.io'>Documentation</Link>
<Link href='https://kmhfr-docs.vercel.app'>Documentation</Link>
</li> */}

<li className={`text-lg h-[60px] flex text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/downloads" && 'border-r-2 border-b-gray-50 bg-blue-500/85'}`}>
Expand Down Expand Up @@ -400,7 +400,7 @@ export default function HeaderLayout({
</li>

{/* <li className={`text-lg h-[60px] flex text-center justify-center text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/documentation" && 'border-b-2 border-b-gray-50 bg-blue-500/85'}`}>
<Link href='https://kmhfr-docs.github.io'>Documentation</Link>
<Link href='https://kmhfr-docs.vercel.app'>Documentation</Link>
</li> */}

<li className={`text-lg h-[60px] flex text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/downloads" && 'border-b-2 border-b-gray-50 bg-blue-500/85'}`}>
Expand Down Expand Up @@ -436,7 +436,7 @@ export default function HeaderLayout({
</li>

{/* <li className={`text-lg h-[60px] flex text-center justify-center text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/documentation" && 'border-b-2 border-b-gray-50 bg-blue-500/85'}`}>
<Link href='https://kmhfr-docs.github.io'>Documentation</Link>
<Link href='https://kmhfr-docs.vercel.app'>Documentation</Link>
</li> */}

<li className={`text-lg h-[60px] flex text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/downloads" && 'border-r-2 border-b-gray-50 bg-blue-500/85'}`}>
Expand Down Expand Up @@ -468,7 +468,7 @@ export default function HeaderLayout({
</li>

{/* <li className={`text-lg h-[60px] flex text-center justify-center text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/documentation" && 'border-b-2 border-b-gray-50 bg-blue-500/85'}`}>
<Link href='https://kmhfr-docs.github.io'>Documentation</Link>
<Link href='https://kmhfr-docs.vercel.app'>Documentation</Link>
</li> */}

<li className={`text-lg h-[60px] flex text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/downloads" && 'border-r-2 border-gray-50 bg-blue-500/85'}`}>
Expand Down Expand Up @@ -548,7 +548,7 @@ export default function HeaderLayout({
</li>

{/* <li className={`text-lg h-[60px] flex text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/documentation" && 'border-b-2 border-b-gray-50 bg-blue-500/85'}`}>
<Link href='https://kmhfr-docs.github.io'>Documentation</Link>
<Link href='https://kmhfr-docs.vercel.app'>Documentation</Link>
</li> */}

<li className={`text-lg h-[60px] flex text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/downloads" && 'border-r-2 border-b-gray-50 bg-blue-500/85'}`}>
Expand Down Expand Up @@ -596,7 +596,7 @@ export default function HeaderLayout({
</li>

{/* <li className={`text-lg h-[60px] flex text-center justify-center text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/documentation" && 'border-b-2 border-b-gray-50 bg-blue-500/85'}`}>
<Link href='https://kmhfr-docs.github.io'>Documentation</Link>
<Link href='https://kmhfr-docs.vercel.app'>Documentation</Link>
</li> */}

<li className={`text-lg h-[60px] flex text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/downloads" && 'border-r-2 border-gray-50 bg-blue-500/85'}`}>
Expand Down Expand Up @@ -629,7 +629,7 @@ export default function HeaderLayout({
</li>

<li className={`text-lg h-[50px] w-full border-b border-b-gray-300 flex items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 hover:text-gray-100 px-4 font-semibold capitalize ${currentPath == "/public/faqs" && 'border-r-2 border-r-gray-50 bg-blue-700/85 text-gray-100'}`}>
<Link href="https://kmhfr-docs.github.io">Documentation</Link>
<Link href="https://kmhfr-docs.vercel.app">Documentation</Link>
</li>

</ul>
Expand Down Expand Up @@ -759,7 +759,7 @@ export default function HeaderLayout({
</li>

{/* <li className={`text-lg h-[60px] flex text-center justify-center text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/documentation" && 'border-b-2 border-b-gray-50 bg-blue-500/85'}`}>
<Link href='https://kmhfr-docs.github.io'>Documentation</Link>
<Link href='https://kmhfr-docs.vercel.app'>Documentation</Link>
</li> */}

<li className={`text-lg h-[60px] flex text-center justify-center text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/downloads" && 'border-b-2 border-b-gray-50 bg-blue-500/85'}`}>
Expand Down Expand Up @@ -801,7 +801,7 @@ export default function HeaderLayout({
</li>

{/* <li className={`text-lg h-[60px] flex text-center justify-center text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/documentation" && 'border-b-2 border-b-gray-50 bg-blue-500/85'}`}>
<Link href='https://kmhfr-docs.github.io'>Documentation</Link>
<Link href='https://kmhfr-docs.vercel.app'>Documentation</Link>
</li> */}

<li className={`text-lg h-[60px] flex text-center justify-center text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/downloads" && 'border-b-2 border-b-gray-50 bg-blue-500/85'}`}>
Expand Down Expand Up @@ -843,7 +843,7 @@ export default function HeaderLayout({
</li>

{/* <li className={`text-lg h-[60px] flex text-center justify-center text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/documentation" && 'border-b-2 border-b-gray-50 bg-blue-500/85'}`}>
<Link href='https://kmhfr-docs.github.io'>Documentation</Link>
<Link href='https://kmhfr-docs.vercel.app'>Documentation</Link>
</li> */}

<li className={`text-lg h-[60px] flex text-center justify-center text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/downloads" && 'border-b-2 border-b-gray-50 bg-blue-500/85'}`}>
Expand Down Expand Up @@ -877,7 +877,7 @@ export default function HeaderLayout({
</li>

{/* <li className={`text-lg h-[60px] flex text-center justify-center text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/documentation" && 'border-b-2 border-b-gray-50 bg-blue-500/85'}`}>
<Link href='https://kmhfr-docs.github.io'>Documentation</Link>
<Link href='https://kmhfr-docs.vercel.app'>Documentation</Link>
</li> */}

<li className={`text-lg h-[60px] flex text-center justify-center text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/downloads" && 'border-b-2 border-b-gray-50 bg-blue-500/85'}`}>
Expand Down Expand Up @@ -907,7 +907,7 @@ export default function HeaderLayout({
</li>

{/* <li className={`text-lg h-[60px] flex text-center justify-center text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/documentation" && 'border-b-2 border-b-gray-50 bg-blue-500/85'}`}>
<Link href='https://kmhfr-docs.github.io'>Documentation</Link>
<Link href='https://kmhfr-docs.vercel.app'>Documentation</Link>
</li> */}

<li className={`text-lg h-[60px] flex text-center justify-center text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/downloads" && 'border-b-2 border-b-gray-50 bg-blue-500/85'}`}>
Expand Down Expand Up @@ -982,7 +982,7 @@ export default function HeaderLayout({
</li>

{/* <li className={`text-lg h-[60px] flex text-center justify-center text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/documentation" && 'border-b-2 border-b-gray-50 bg-blue-500/85'}`}>
<Link href='https://kmhfr-docs.github.io'>Documentation</Link>
<Link href='https://kmhfr-docs.vercel.app'>Documentation</Link>
</li> */}

<li className={`text-lg h-[60px] flex text-center justify-center text-nowrap items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-100 ${currentPath == "/downloads" && 'border-b-2 border-b-gray-50 bg-blue-500/85'}`}>
Expand Down Expand Up @@ -1010,7 +1010,7 @@ export default function HeaderLayout({
</li>

<li className={`text-lg h-[60px] flex items-center hover:bg-blue-500 hover:text-gray-100 duration-200 ease-out px-4 font-semibold capitalize text-gray-100`}>
<Link href="https://kmhfr-docs.github.io">Documentation</Link>
<Link href="https://kmhfr-docs.vercel.app">Documentation</Link>
</li>

</ul>
Expand All @@ -1036,7 +1036,7 @@ export default function HeaderLayout({
</li>

<li className={`text-lg h-[60px] flex items-center hover:bg-blue-500 hover:text-gray-100 duration-200 ease-out px-4 font-semibold capitalize text-gray-100`}>
<Link href="https://kmhfr-docs.github.io">Documentation</Link>
<Link href="https://kmhfr-docs.vercel.app">Documentation</Link>
</li>

</ul>
Expand Down
2 changes: 1 addition & 1 deletion components/MainLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default function MainLayout({ children, searchTerm }) {

<div className='flex items-center gap-2'>
<NorthEast className="text-gray-200 w-3 aspect-square"/>
<Link href="https://kmhfr-docs.github.io" className="text-gray-200 hover:underline">KMHFR Docs</Link>
<Link href="https://kmhfr-docs.vercel.app" className="text-gray-200 hover:underline">KMHFR Docs</Link>

</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function Home() {
</li>

<li className='text-lg h-[60px] flex items-center hover:text-gray-100 duration-200 ease-out hover:bg-blue-800 px-4 font-semibold capitalize text-gray-900 '>
<Link href="https://kmhfr-docs.github.io">Documentation</Link>
<Link href="https://kmhfr-docs.vercel.app">Documentation</Link>
</li>

</ul>
Expand Down Expand Up @@ -188,7 +188,7 @@ function Home() {
</li>

<li className={`text-lg h-[50px] w-full border-b border-b-gray-300 flex items-center group-hover:border-b-2 group-hover:border-b-gray-50 duration-200 ease-out hover:bg-blue-500/85 px-4 font-semibold capitalize text-gray-600 ${currentPath == "/public/faqs" && 'border-r-2 border-r-gray-50 bg-blue-700/85 text-gray-100'}`}>
<Link href="https://kmhfr-docs.github.io">Documentation</Link>
<Link href="https://kmhfr-docs.vercel.app">Documentation</Link>
</li>

</ul>
Expand Down Expand Up @@ -584,7 +584,7 @@ function Home() {
</div>

<div className='flex items-center gap-2'>
<Link href="https://kmhfr-docs.github.io" className="text-gray-200 hover:underline">KMHFR Docs</Link>
<Link href="https://kmhfr-docs.vercel.app" className="text-gray-200 hover:underline">KMHFR Docs</Link>
<NorthEast className="text-gray-200 w-3 aspect-square"/>

</div>
Expand Down

0 comments on commit 3cd8b8f

Please sign in to comment.