From 35682f635ac400fce12e79ca2a71886cf737bdec Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Tue, 5 Jan 2021 19:07:55 -0500 Subject: [PATCH] fix style references --- website/pages/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/pages/style.css b/website/pages/style.css index ac87279cd..5a85b6c52 100644 --- a/website/pages/style.css +++ b/website/pages/style.css @@ -14,18 +14,18 @@ @import '~@hashicorp/react-button/styles/index.css'; @import '~@hashicorp/react-call-to-action/style.css'; @import '~@hashicorp/react-code-block/style.css'; -@import '~@hashicorp/react-consent-manager/dist/style.css'; -@import '~@hashicorp/react-toggle/dist/style.css'; +@import '~@hashicorp/react-consent-manager/style.css'; +@import '~@hashicorp/react-toggle/style.css'; @import '~@hashicorp/react-content/style.css'; @import '~@hashicorp/react-docs-page/style.css'; @import '~@hashicorp/react-docs-sidenav/style.css'; -@import '~@hashicorp/react-enterprise-alert/dist/style.css'; +@import '~@hashicorp/react-enterprise-alert/style.css'; @import '~@hashicorp/react-hero/style.css'; @import '~@hashicorp/react-product-downloader/dist/style.css'; @import '~@hashicorp/react-search/style.css'; @import '~@hashicorp/react-section-header/style.css'; @import '~@hashicorp/react-subnav/style.css'; -@import '~@hashicorp/react-tabs/dist/style.css'; +@import '~@hashicorp/react-tabs/style.css'; @import '~@hashicorp/react-text-split/style.css'; @import '~@hashicorp/react-use-cases/dist/style.css'; @import '~@hashicorp/react-vertical-text-block-list/style.css';