Browse Source

update logo

master
jason.lam 1 year ago
parent
commit
c880504ac3
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/components/cards/AuthFooter.js

+ 4
- 4
src/components/cards/AuthFooter.js View File

@@ -42,11 +42,11 @@ const AuthFooter = () => {
</Stack>
<Stack direction={matchDownSM ? 'column' : 'row'} spacing={matchDownSM ? 1 : 3} textAlign={matchDownSM ? 'center' : 'inherit'} justifyContent={matchDownSM?"center":"flex-end"}>
<a href="https://www.w3.org/WAI/WCAG2AAA-Conformance"
title="Explanation of WCAG 2 Level AAA conformance">
<a href="https://www.w3.org/WAI/WCAG2AA-Conformance"
title="Explanation of WCAG 2 Level AA conformance">
<img height="32" width="88"
src="https://www.w3.org/WAI/wcag2AAA"
alt="Level AAA conformance,
src="https://www.w3.org/WAI/wcag2AA"
alt="Level AA conformance,
W3C WAI Web Content Accessibility Guidelines 2.0"/>
</a>
<a href="https://www.brandhk.gov.hk/zh-hk"


Loading…
Cancel
Save