File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,7 @@ import { BeamlineStatsTabPanel } from "./screens/BeamlineStats";
55import { OavMover } from "./screens/OavMover" ;
66import "./App.css" ;
77import { ParamsPanel } from "./screens/CollectionPanel" ;
8- import {
9- ColourSchemeButton ,
10- Footer ,
11- FooterLinks ,
12- } from "@diamondlightsource/sci-react-ui" ;
8+ import { ColourSchemeButton , Footer } from "@diamondlightsource/sci-react-ui" ;
139
1410interface TabPanelProps {
1511 children ?: React . ReactNode ;
@@ -102,12 +98,12 @@ function App() {
10298 ] }
10399 >
104100 < FixedTargetPanels />
105- < Footer logo = { theme . logos ?. short } color = { theme . palette . primary . main } >
106- { /* <Footer logo={theme.logos.normal} color={theme.palette.primary.main}> */ }
107- < FooterLinks >
108- < ColourSchemeButton sx = { { marginLeft : "1px" , marginTop : "2px" } } />
109- </ FooterLinks >
110- </ Footer >
101+ < Footer
102+ logo = { theme . logos ?. short }
103+ color = { theme . palette . primary . main }
104+ leftSlot = { < ColourSchemeButton /> }
105+ containerWidth = { false }
106+ / >
111107 </ Box >
112108 ) ;
113109}
You can’t perform that action at this time.
0 commit comments