Skip to content

Commit

Permalink
[#545] add footer to drep directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Sworzen1 committed Apr 5, 2024
1 parent d1aed81 commit 8ddd302
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion govtool/frontend/src/pages/DRepDirectory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useTranslation } from "@hooks";
import { Outlet } from "react-router-dom";
import { checkIsWalletConnected } from "@/utils";
import { Background, PagePaddingBox, ContentBox } from "@/components/atoms";
import { TopNav } from "@/components/organisms";
import { Footer, TopNav } from "@/components/organisms";
import { PageTitle } from "@/components/molecules";

export const DRepDirectory = () => {
Expand All @@ -29,6 +29,7 @@ export const DRepDirectory = () => {
<Outlet />
</ContentBox>
</PagePaddingBox>
<Footer />
</Background>
);
};

0 comments on commit 8ddd302

Please sign in to comment.