Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function SitemapLink(props: React.ComponentPropsWithoutRef<typeof Link>) {
<li>
<Link
{...props}
className="font-medium text-gray-950 data-hover:text-gray-950/75"
className="relative mt-1 after:content-[''] after:absolute after:left-1/2 after:-translate-x-1/2 after:bottom-0 after:h-px after:w-0 after:bg-gray-950/75 after:transition-all after:duration-300 hover:after:w-full hover:text-gray-950/75 font-medium text-gray-950 data-hover:text-gray-950/75"
/>
</li>
)
Expand Down Expand Up @@ -177,7 +177,7 @@ export function Footer() {
</PlusGridRow>
<PlusGridRow className="flex justify-between">
<div>
<PlusGridItem className="py-3">
<PlusGridItem className="py-3 ">
<Copyright />
</PlusGridItem>
</div>
Expand Down