Skip to content

Commit

Permalink
fix: cannot customize ContentFooter slot (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wxh16144 authored Aug 22, 2023
1 parent 67aa7cd commit 29bd6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/layouts/DocLayout/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import ContentFooter from '@/client/theme-default/slots/ContentFooter';
import { ReactComponent as IconSidebar } from '@ant-design/icons-svg/inline-svg/outlined/align-left.svg';
import animateScrollTo from 'animated-scroll-to';
import {
Expand All @@ -11,6 +10,7 @@ import {
useSiteData,
} from 'dumi';
import Content from 'dumi/theme/slots/Content';
import ContentFooter from 'dumi/theme/slots/ContentFooter';
import Features from 'dumi/theme/slots/Features';
import Footer from 'dumi/theme/slots/Footer';
import Header from 'dumi/theme/slots/Header';
Expand Down

0 comments on commit 29bd6aa

Please sign in to comment.