diff --git a/src/images/screenshot.png b/src/images/screenshot.png index e561250..d0d539b 100644 Binary files a/src/images/screenshot.png and b/src/images/screenshot.png differ diff --git a/src/pages/Notifications/Scene.js b/src/pages/Notifications/Scene.js index 411ba08..d141a20 100644 --- a/src/pages/Notifications/Scene.js +++ b/src/pages/Notifications/Scene.js @@ -518,7 +518,6 @@ const BarContainer = styled('div')({ const stripe_size = 3; const Bar = styled('div')({ - cursor: 'pointer', position: 'relative', width: 20, minHeight: 5, @@ -790,12 +789,14 @@ export default function Scene ({ {/* Wrapper for tooltips */} - {lastWeekStats.map((_, i) => ( + {thisWeekStats.map((dayStats, i) => (