Skip to content

Commit

Permalink
feat(SLB-382): adjust margins more
Browse files Browse the repository at this point in the history
  • Loading branch information
Luqmaan Essop authored and luqmaanessop committed Jul 10, 2024
1 parent 9099209 commit b4dc4a8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/ui/src/components/Organisms/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function Footer() {
<h2 className={'sr-only'}>Footer</h2>

Check warning on line 29 in packages/ui/src/components/Organisms/Footer.tsx

View workflow job for this annotation

GitHub Actions / Test

Strings not allowed in JSX files: "Footer"
<div className="pb-8 container-content">
<div className="flex flex-wrap justify-between">
<div className={'w-full mb-8 mr-2 md:w-1/4'}>
<div className={'w-full mb-8 mr-2 md:w-1/4 lg:mr-[5.625rem]'}>
<a href="/" className={'mb-4 block'}>
<svg
width="168"
Expand Down Expand Up @@ -131,9 +131,7 @@ export function Footer() {
</div>
<nav>
<ul
className={
'!pl-0 lg:ml-[5.625rem] flex flex-wrap justify-between grow'
}
className={'!pl-0 flex flex-wrap justify-between grow'}
aria-label="Footer Primary"
>
{items.map((item, key) => (
Expand Down

0 comments on commit b4dc4a8

Please sign in to comment.