Skip to content

Commit 45b61dd

Browse files
committed
chore(docs): use static values in demos
1 parent 0c1e378 commit 45b61dd

File tree

3 files changed

+585
-589
lines changed

3 files changed

+585
-589
lines changed

packages/react-core/src/components/Timestamp/examples/TimestampDefaultTooltip.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Timestamp, TimestampTooltipVariant } from '@patternfly/react-core';
22

33
export const TimestampDefaultTooltip: React.FunctionComponent = () => {
4-
const currentDate = new Date();
4+
const currentDate = new Date('2025-04-21T14:30:00');
55

66
return (
77
<>

0 commit comments

Comments
 (0)