Skip to content

Commit 1ebe16c

Browse files
committed
slider starts at 1
1 parent ceb2f8a commit 1ebe16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DemoPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Prism as SyntaxHighlighter } from 'react-syntax-highlighter';
99
import { atomDark } from 'react-syntax-highlighter/dist/esm/styles/prism';
1010

1111
const DemoPage = () => {
12-
const [selectedHour, setSelectedHour] = useState(6); // Default to 1 PM
12+
const [selectedHour, setSelectedHour] = useState(1); // Default to 1 PM
1313
const [abstractExpanded, setAbstractExpanded] = useState(false); // State for abstract toggle
1414

1515
// Ensure we match the key type in dynamicData (keys as strings)

0 commit comments

Comments
 (0)