Skip to content

Commit

Permalink
Revert testing: Siebel time
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteHoodHacker committed Sep 23, 2023
1 parent bc54e3e commit 0d78120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(new-signage)/siebel/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async function seqFadeIn(scope: any, animate: any, delay: number = 0) {
}

export default function SignagePage() {
const time_start = "2023-09-22T23:46:00-05:00"
const time_start = "2023-09-23T12:00:00-05:00"
const time_close = "2023-09-23T18:00:00-05:00"
const [loaded, setLoaded] = useState(false);
const [scopeHeader, animateScopeHeader] = useAnimate();
Expand Down

0 comments on commit 0d78120

Please sign in to comment.