We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0af65d + 09f4c8b commit e1822d4Copy full SHA for e1822d4
src/shared/components/challenge-listing/Sidebar/BucketSelector/index.jsx
@@ -15,7 +15,8 @@ import './style.scss';
15
16
const Filter = challengeUtils.filter;
17
18
-const RSS_LINK = 'http://feeds.topcoder.com/challenges/feed?list=active&contestType=all';
+// DISABLED: Until feeds.topcoder.com domain fixed community-app#4606
19
+// const RSS_LINK = 'http://feeds.topcoder.com/challenges/feed?list=active&contestType=all';
20
21
export default function BucketSelector({
22
activeBucket,
@@ -109,11 +110,14 @@ export default function BucketSelector({
109
110
) : ''
111
}
112
<hr />
113
+ {/* DISABLED: Until feeds.topcoder.com domain fixed community-app#4606 */}
114
+ {/*
115
<div styleName="get-rss">
116
<a href={RSS_LINK}>
117
Get the RSS feed
118
</a>
119
</div>
120
+ */}
121
122
);
123
0 commit comments