1. Visit https://githubunwrapped.com/ghost 2. Play through until you get to the frame that animates calculating the most productive time: <img width="764" alt="image" src="https://github.com/remotion-dev/github-unwrapped-2023/assets/2119212/c266aa10-c981-4ace-9b2a-a692f12684de"> Note that the bar graph is going from 0..23 but the spinner is showing am/pm. Expected results: one or the other time representation, but not both. (Personally, I prefer am/pm.) That could mean showing `12a` and `12p` instead of `0` and `12` for those bar points (the `a` and `p` could be wrapped to second lines).