Skip to content

Commit 3b3dd04

Browse files
committed
Remove ID integrations and contact section; update CSS styles
1 parent ed884ee commit 3b3dd04

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

opsimate-docs/src/components/NavMenu.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ export default function NavMenu() {
55
const [menuOpen, setMenuOpen] = useState(false);
66

77
const sections = [
8-
{ id: 'features', label: 'Features' },
8+
{ id: 'features', label: 'Features'},
99
// { id: 'integrations', label: 'Integrations' },
10-
{ id: 'community', label: 'Community' },
10+
{ id: 'community', label: 'Community'},
1111
// { id: 'contact', label: 'Contact' },
1212
];
1313

opsimate-docs/src/components/NavMenu.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,4 @@
8686
margin: 0.75rem 0;
8787
}
8888
}
89+

0 commit comments

Comments
 (0)