Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/SLB-382-Footer-menu-styling' int…
Browse files Browse the repository at this point in the history
…o dev
  • Loading branch information
Luqmaan Essop committed Jun 5, 2024
2 parents d9857ff + 64cb7d1 commit 172c7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/Organisms/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export function Footer() {
<Link
href={item.target!}
className={
'text-gray-900 block hover:underline transition-all font-bold text-[0.875rem] leading-[1.313rem] uppercase mb-4'
'text-gray-900 block hover:underline transition-all font-semibold text-[0.875rem] leading-[1.313rem] uppercase mb-4'
}
>
{item.title}
Expand Down

0 comments on commit 172c7c3

Please sign in to comment.