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 ed884ee commit 3b3dd04Copy full SHA for 3b3dd04
opsimate-docs/src/components/NavMenu.js
@@ -5,9 +5,9 @@ export default function NavMenu() {
5
const [menuOpen, setMenuOpen] = useState(false);
6
7
const sections = [
8
- { id: 'features', label: 'Features' },
+ { id: 'features', label: 'Features'},
9
// { id: 'integrations', label: 'Integrations' },
10
- { id: 'community', label: 'Community' },
+ { id: 'community', label: 'Community'},
11
// { id: 'contact', label: 'Contact' },
12
];
13
opsimate-docs/src/components/NavMenu.module.css
@@ -86,3 +86,4 @@
86
margin: 0.75rem 0;
87
}
88
89
+
0 commit comments