Skip to content

Commit

Permalink
Remove blank layout
Browse files Browse the repository at this point in the history
  • Loading branch information
frostyfan109 committed Sep 18, 2023
1 parent 92c9183 commit dc6a2b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/layout/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export const Layout = ({ children }) => {
</Footer>
: <Footer style={{ textAlign: 'center', paddingTop: 0 }}>&copy;{ context?.meta.title ?? 'HeLx' }{new Date().getFullYear()}</Footer>
}
<Footer style={{ textAlign: 'center', paddingTop: 0 }}></Footer>
</AntLayout>
)
}

0 comments on commit dc6a2b1

Please sign in to comment.