Skip to content

Commit

Permalink
Update footer headings
Browse files Browse the repository at this point in the history
  • Loading branch information
diegohaz committed May 31, 2023
1 parent 81fb20c commit 66dabdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/components/footer.tsx
Expand Up @@ -68,9 +68,9 @@ export function Footer() {
aria-labelledby={`${id}-${i}`}
className="flex flex-col gap-6 sm:gap-4"
>
<h3 id={`${id}-${i}`} className="font-semibold">
<div id={`${id}-${i}`} className="font-semibold">
{group.title}
</h3>
</div>
<ul className="flex flex-col gap-4 sm:gap-2">
{group.links.map((link) => (
<li key={link.title}>
Expand Down

1 comment on commit 66dabdf

@vercel
Copy link

@vercel vercel bot commented on 66dabdf May 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ariakit – ./

ariakit-git-main-ariakit.vercel.app
ariakit-ariakit.vercel.app
ariakit.org
www.ariakit.org

Please sign in to comment.