* Fix new review item banner blocking third chip

* Fix custom export mode
This commit is contained in:
Nicolas Mowen 2025-02-09 06:36:55 -07:00 committed by GitHub
parent 973d3aed9a
commit a42ad7ead9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -28,13 +28,13 @@ export default function NewReviewData({
return (
<div className={className}>
<div className="pointer-events-auto mr-[65px] flex items-center justify-center md:mr-[115px]">
<div className="pointer-events-auto mr-[65px] mt-8 flex items-center justify-center md:mr-[115px]">
<Button
className={cn(
hasUpdate
? "duration-500 animate-in slide-in-from-top"
: "invisible",
"mx-auto mt-5 bg-gray-400 text-center text-white",
"mx-auto bg-gray-400 text-center text-white",
)}
aria-label="View new review items"
onClick={() => {

View File

@ -235,6 +235,9 @@ export function ExportContent({
now.setHours(now.getHours() - 24);
start = now.getTime() / 1000;
break;
case "custom":
start = latestTime - 3600;
break;
}
setRange({