mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-19 06:43:16 +08:00
docs: Adjust QR code to use https instead
This commit is contained in:
parent
28e8e1b1db
commit
464c108bfa
@ -36,10 +36,13 @@
|
||||
|
||||
.banner-qr {
|
||||
margin: 8px auto 0;
|
||||
color: @home-color;
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
|
||||
a {
|
||||
color: #0170fe;
|
||||
}
|
||||
|
||||
img {
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
|
@ -35,7 +35,7 @@ export default function Banner() {
|
||||
<div>
|
||||
<img
|
||||
alt="qr"
|
||||
src="https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*eafgRK7InNMAAAAAAAAAAABkARQnAQ"
|
||||
src="https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*DKgST5luH_cAAAAAAAAAAABkARQnAQ"
|
||||
/>
|
||||
<p>
|
||||
<FormattedMessage id="app.home.qr.desc" />
|
||||
|
Loading…
Reference in New Issue
Block a user