Remove global mega-nav component
We've temporarily ejected the meganav component to add some custom styling that needed to happen for NomadProject.io
This commit is contained in:
parent
7580bdb821
commit
6433c4e2f9
8
website/package-lock.json
generated
8
website/package-lock.json
generated
|
@ -2995,14 +2995,6 @@
|
|||
"@tippy.js/react": "^2.1.2"
|
||||
}
|
||||
},
|
||||
"@hashicorp/react-mega-nav": {
|
||||
"version": "4.0.1-2",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-mega-nav/-/react-mega-nav-4.0.1-2.tgz",
|
||||
"integrity": "sha512-uDw+vk6YBDSR9sZoZa3oYd0N15UzYpuGLV1/2lofM6O4/IhEkWlGlsyWpzWABV+pcHBB4KOqnCUxpvmS9Ar61g==",
|
||||
"requires": {
|
||||
"@hashicorp/react-inline-svg": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"@hashicorp/react-newsletter-signup-form": {
|
||||
"version": "2.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@hashicorp/react-newsletter-signup-form/-/react-newsletter-signup-form-2.0.5.tgz",
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
"@hashicorp/react-hero": "^3.0.2",
|
||||
"@hashicorp/react-image": "^2.0.1",
|
||||
"@hashicorp/react-inline-svg": "^1.0.0",
|
||||
"@hashicorp/react-mega-nav": "^4.0.1-2",
|
||||
"@hashicorp/react-product-downloader": "^2.5.1",
|
||||
"@hashicorp/react-section-header": "^2.0.0",
|
||||
"@hashicorp/react-text-and-content": "^4.0.3",
|
||||
|
|
|
@ -33,9 +33,6 @@
|
|||
@import '~@hashicorp/react-text-split/dist/style.css';
|
||||
@import '~@hashicorp/react-text-split-with-code/dist/style.css';
|
||||
|
||||
/* Global Components - Transpiled */
|
||||
@import '~@hashicorp/react-mega-nav/style.css';
|
||||
|
||||
/* Local Components */
|
||||
@import '../components/docs-page/style.css';
|
||||
@import '../components/placement-table/style.css';
|
||||
|
|
Loading…
Reference in a new issue