diff --git a/src/shared/containers/Dashboard/index.jsx b/src/shared/containers/Dashboard/index.jsx
index 085d98a12..3174510f9 100644
--- a/src/shared/containers/Dashboard/index.jsx
+++ b/src/shared/containers/Dashboard/index.jsx
@@ -14,7 +14,8 @@ import { config } from 'topcoder-react-utils';
import Viewport from 'components/Contentful/Viewport';
import TopcoderTime from 'components/Dashboard/TCTime';
import ThriveArticlesFeedContainer from 'containers/Dashboard/ThriveArticlesFeed';
-import GigsFeed from 'containers/Dashboard/GigsFeed';
+// deprecated with https://topcoder.atlassian.net/browse/CORE-346
+// import GigsFeed from 'containers/Dashboard/GigsFeed';
import ChallengesFeed from 'containers/Dashboard/ChallengesFeed';
import BlogFeedContainer from 'containers/Dashboard/BlogFeed';
import MetaTags from 'components/MetaTags';
@@ -63,7 +64,8 @@ function SlashTCContainer(props) {
itemCount={20}
/>
-
+ {/* deprected with https://topcoder.atlassian.net/browse/CORE-346 */}
+ {/* */}
@@ -92,7 +94,8 @@ function SlashTCContainer(props) {
itemCount={20}
/>
-
+ {/* deprected with https://topcoder.atlassian.net/browse/CORE-346 */}
+ {/* */}
{/* Right column */}