Skip to content

Commit b7a1379

Browse files
authored
Change default selected item to 'Python Setup Guide'
1 parent e2cca0a commit b7a1379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/docs/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function Docs() {
77
const [selectedPostgresItem, setSelectedPostgresItem] =
88
useState("Components");
99
const [selectedGettingStartedItem, setSelectedGettingStartedItem] = useState(
10-
"VS Code Extension Quick Start",
10+
"Python Setup Guide",
1111
);
1212

1313
const operatorCategories = [

0 commit comments

Comments
 (0)