Skip to content

Commit

Permalink
chore(SLB-382): prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Luqmaan Essop committed May 22, 2024
1 parent 185f193 commit de288df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/ui/src/components/Organisms/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ export function Footer() {
</div>
<nav>
<ul
className={'!pl-0 md:ml-[5.625rem] flex flex-wrap justify-between grow'}
className={
'!pl-0 md:ml-[5.625rem] flex flex-wrap justify-between grow'
}
aria-label="Footer Primary"
>
{items.map((item, key) => (
Expand Down

0 comments on commit de288df

Please sign in to comment.