Procházet zdrojové kódy

update logo

master
jason.lam před 1 rokem
rodič
revize
c880504ac3
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. +4
    -4
      src/components/cards/AuthFooter.js

+ 4
- 4
src/components/cards/AuthFooter.js Zobrazit soubor

@@ -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"


Načítá se…
Zrušit
Uložit