Skip to content

Commit

Permalink
fix: cancel btn
Browse files Browse the repository at this point in the history
  • Loading branch information
MadCcc committed May 7, 2022
1 parent 4f792af commit c85fd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/theme/template/Layout/Header/index.tsx
Expand Up @@ -124,7 +124,7 @@ class Header extends React.Component<HeaderProps, HeaderState> {
!window.location.href.includes('ant-design.antgroup.com') &&
shouldOpenAntdMirrorModal()
) {
Modal.info({
Modal.confirm({
title: '提示',
content: '内网用户推荐访问国内镜像以获得极速体验~',
okText: '🚀 立刻前往',
Expand Down

0 comments on commit c85fd25

Please sign in to comment.