diff --git a/packages/commonwealth/client/scripts/views/pages/Communities/ExploreContestList/ExploreContestCard/ExploreContestCard.scss b/packages/commonwealth/client/scripts/views/pages/Communities/ExploreContestList/ExploreContestCard/ExploreContestCard.scss index 6ae4516e809..511dde1f3da 100644 --- a/packages/commonwealth/client/scripts/views/pages/Communities/ExploreContestList/ExploreContestCard/ExploreContestCard.scss +++ b/packages/commonwealth/client/scripts/views/pages/Communities/ExploreContestList/ExploreContestCard/ExploreContestCard.scss @@ -1,4 +1,4 @@ -@import '../../../../../../styles/shared'; +@import '../../../../../styles/shared'; .ExploreContestCard { border-radius: 6px; diff --git a/packages/commonwealth/client/scripts/views/pages/Communities/ExploreContestList/ExploreContestList.scss b/packages/commonwealth/client/scripts/views/pages/Communities/ExploreContestList/ExploreContestList.scss index 342ef9022f4..d5719ade4a1 100644 --- a/packages/commonwealth/client/scripts/views/pages/Communities/ExploreContestList/ExploreContestList.scss +++ b/packages/commonwealth/client/scripts/views/pages/Communities/ExploreContestList/ExploreContestList.scss @@ -1,4 +1,4 @@ -@import '../../../../../styles/shared'; +@import '../../../../styles/shared'; .ExploreContestList { margin: 16px 0;