Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content footer kate #906

Merged
merged 4 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
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
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
Loading