Browse Source

fix: correct typo 'Desgin' to 'Design' in Footer (#11618)

master
LiShuai (阿木) 2 months ago
committed by GitHub
parent
commit
607e63f4fd
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/components/Footer/index.tsx
  2. 4
      src/pages/user/login/__snapshots__/login.test.tsx.snap

2
src/components/Footer/index.tsx

@ -8,7 +8,7 @@ const Footer: React.FC = () => {
style={{
background: 'none',
}}
copyright="Powered by Ant Desgin"
copyright="Powered by Ant Design"
links={[
{
key: 'Ant Design Pro',

4
src/pages/user/login/__snapshots__/login.test.tsx.snap

@ -535,7 +535,7 @@ exports[`Login Page should login success 1`] = `
/>
</svg>
</span>
Powered by Ant Desgin
Powered by Ant Design
</div>
</div>
</footer>
@ -1078,7 +1078,7 @@ exports[`Login Page should show login form 1`] = `
/>
</svg>
</span>
Powered by Ant Desgin
Powered by Ant Design
</div>
</div>
</footer>

Loading…
Cancel
Save