diff --git a/components/sidebar/footer.js b/components/sidebar/footer.js index 02bc79c..4821ff7 100644 --- a/components/sidebar/footer.js +++ b/components/sidebar/footer.js @@ -1,7 +1,6 @@ import { Box, Text } from 'theme-ui' import { Link } from '@carbonplan/components' import { alpha } from '@theme-ui/color' -import { SidebarDivider } from '@carbonplan/layouts' // This component is modeled after the SidebarFooter component: // https://github.com/carbonplan/layouts/blob/main/src/sidebar/sidebar-footer.js @@ -13,12 +12,9 @@ const sx = { } } -const Footer = ({ showRegionPicker }) => { +const Footer = () => { return ( <> - {showRegionPicker && ( - - )} { - {/* setShowRegionPicker(!showRegionPicker)} /> - */} - { )} - - - {/* {showRegionPicker && new Date(time) <= new Date(maxDate) && ( - - - - )} */} +