#
luxiaotao1123
2024-02-20 4c75bcfde6a72f75fe58b088743c08269f4e766c
zy-asrs-flow/src/components/Footer/index.jsx
@@ -5,21 +5,10 @@
const Footer = () => {
  return (
    <DefaultFooter
      copyright="@2019 vincent"
      style={{
        background: 'none',
      }}
      links={[
        {
          key: 'Vincent Admin',
          title: 'Vincent Admin',
        },
        {
          key: 'github',
          title: <GithubOutlined />,
          href: 'https://github.com/luxiaotao1123',
          blankTarget: true,
        },
      ]}
    />
  );
};