Skip to content

Commit ed884ee

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

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

opsimate-docs/src/components/NavMenu.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ export default function NavMenu() {
66

77
const sections = [
88
{ id: 'features', label: 'Features' },
9-
{ id: 'integrations', label: 'Integrations' },
9+
// { id: 'integrations', label: 'Integrations' },
1010
{ id: 'community', label: 'Community' },
11-
{ id: 'contact', label: 'Contact' },
11+
// { id: 'contact', label: 'Contact' },
1212
];
1313

1414
return (

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,3 @@
8686
margin: 0.75rem 0;
8787
}
8888
}
89-
90-
/* Smooth scroll for anchor links */
91-
html {
92-
scroll-behavior: smooth;
93-
}

0 commit comments

Comments
 (0)