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:
Brandon Romano 2020-02-23 13:40:37 -08:00
parent 7580bdb821
commit 6433c4e2f9
3 changed files with 0 additions and 12 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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';