Skip to content

Commit

Permalink
Merge pull request #906 from WestpacGEL/content-footer-kate
Browse files Browse the repository at this point in the history
Content footer kate
  • Loading branch information
KateMacdonald authored Oct 9, 2024
2 parents 411ccc1 + 606f8ba commit 1287c11
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@
brand="wbc"
hideLogo
>
<div>
<SecurityIcon
className="float-left shrink-0 max-md:mr-1 md:mr-2"
color="muted"
size={{
initial: 'small',
md: 'medium'
}}
/>
<p className="text-muted">
Footer content
</p>
<div className="relative">
<div className="float-left flex-none">
<SecurityIcon
className="float-left shrink-0 mr-1 mt-0.5"
color="muted"
size="small"
/>
</div>
<div className="flex">
<p className="text-muted relative flex-1">
Footer content goes here.
</p>
</div>
</div>
</Footer>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,19 @@ This is the basic footer component, the content should be project specific.
brand="wbc"
hideLogo
>
<div>
<SecurityIcon
className="float-left shrink-0 max-md:mr-1 md:mr-2"
color="muted"
size={{
initial: 'small',
md: 'medium'
}}
/>
<p className="text-muted">
Our site and your transactions are secure. You can read our{' '}
<Link
href="#"
type="inline"
>
security information
</Link>
. © 2023 Westpac Banking Corporation ABN 33 007 457 141 AFSL and Australian credit licence 233714.
</p>
<div className="relative">
<div className="float-left flex-none">
<SecurityIcon
className="float-left shrink-0 mr-1 mt-0.5"
color="muted"
size="small"
/>
</div>
<div className="flex">
<p className="text-muted relative flex-1">
Footer content goes here.
</p>
</div>
</div>
</Footer>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

{% availabilityContent
availableGel="available"
availableMesh="available"
availableLegacyWdp="available" /%}
availableMesh="older-version-available"
availableLegacyWdp="older-version-available" /%}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: >-
they are in.
namedExport:
discriminant: false
excludeFromNavbar: true
excludeFromNavbar: false
design:
- title:
name: Footer
Expand Down

0 comments on commit 1287c11

Please sign in to comment.