Skip to content

Commit

Permalink
Updated documentation link.
Browse files Browse the repository at this point in the history
  • Loading branch information
vegetableman committed Jan 2, 2025
1 parent f69c1c0 commit c73abd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Footer = () => (
<ul className='col-start-5 col-end-[-1] grid [grid-template-columns:subgrid] grid-rows-2 place-items-center max-h-32 pt-5'>
<li className={`text-base font-semibold text-gray-600 ${DINish.className} col-start-[-3] md:col-start-[-4] col-span-1 row-start-1`}><a href="/faq" className='hover:underline'>FAQ</a></li>
<li className={`text-base font-semibold text-gray-600 ${DINish.className} col-start-4 col-span-1 row-start-2`}><a href="/about" className='hover:underline'>About</a></li>
<li className={`text-base font-semibold text-gray-600 ${DINish.className} col-start-4 col-span-1 row-start-1`}><a href="/edgeset/manual/current/en-US/" className='hover:underline'>Documentation</a></li>
<li className={`text-base font-semibold text-gray-600 ${DINish.className} col-start-4 col-span-1 row-start-1`}><a href="/edgeset/manual/current/en-US/_book/" className='hover:underline'>Documentation</a></li>
<li className={`text-base font-semibold text-gray-600 ${DINish.className} col-start-[-3] col-span-1 row-start-2 md:col-start-[-4]`}><a href="/blog" className='hover:underline'>Blog</a></li>
</ul>

Expand Down

0 comments on commit c73abd9

Please sign in to comment.