瀏覽代碼

update logo

master
jason.lam 1 年之前
父節點
當前提交
c880504ac3
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      src/components/cards/AuthFooter.js

+ 4
- 4
src/components/cards/AuthFooter.js 查看文件

@@ -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…
取消
儲存