We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb2f8a commit 1ebe16cCopy full SHA for 1ebe16c
src/components/DemoPage.jsx
@@ -9,7 +9,7 @@ import { Prism as SyntaxHighlighter } from 'react-syntax-highlighter';
9
import { atomDark } from 'react-syntax-highlighter/dist/esm/styles/prism';
10
11
const DemoPage = () => {
12
- const [selectedHour, setSelectedHour] = useState(6); // Default to 1 PM
+ const [selectedHour, setSelectedHour] = useState(1); // Default to 1 PM
13
const [abstractExpanded, setAbstractExpanded] = useState(false); // State for abstract toggle
14
15
// Ensure we match the key type in dynamicData (keys as strings)
0 commit comments