using local storage to remember team names in the bread crumbs

This commit is contained in:
Carter 2025-04-23 16:07:36 -06:00
parent 4009028f4d
commit 1b1d6e4485
4 changed files with 27 additions and 4 deletions

View file

@ -187,7 +187,7 @@ export default function BottomNavigator(props: Props) {
bottom={0}
width="100vw"
zIndex={theme.zIndex.appBar}
sx={{ background: theme.palette.background.paper}}
sx={{ background: theme.palette.background.paper }}
style={{
overflow:
window.location.origin.includes("staging") || window.location.origin.includes("localhost")