Skip to content

Commit

Permalink
🐛 fix: 修正 footer issue 的链接问题
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 15, 2023
1 parent d77cec0 commit 5ed4bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/slots/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import {
} from '@ant-design/icons';
import { Divider } from 'antd';
import { useResponsive } from 'antd-style';
import { Link } from 'dumi';
import { type FC } from 'react';
import { Center, Flexbox } from 'react-layout-kit';

import { Link } from 'dumi';
import Foot from '../../components/Footer';
import { useSiteStore } from '../../store';
import { useStyles } from './style';
Expand Down Expand Up @@ -132,7 +132,7 @@ const Footer: FC = () => {
{
icon: <IssuesCloseOutlined />,
title: '讨论',
url: 'https://github.com/ant-design/antd-style/issues',
url: `${themeConfig.github}/issues`,
openExternal: true,
},
],
Expand Down

1 comment on commit 5ed4bf4

@vercel
Copy link

@vercel vercel bot commented on 5ed4bf4 Feb 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.