diff --git a/website/package-lock.json b/website/package-lock.json index 135a8e461..22e0696d0 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -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", diff --git a/website/package.json b/website/package.json index 6c6841ff1..b91dc42f5 100644 --- a/website/package.json +++ b/website/package.json @@ -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", diff --git a/website/pages/style.css b/website/pages/style.css index 1e7fa7272..fc232e6a6 100644 --- a/website/pages/style.css +++ b/website/pages/style.css @@ -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';