We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908d69b commit 1a71418Copy full SHA for 1a71418
1 file changed
src/features/settings/components/RssSetting.tsx
@@ -42,7 +42,7 @@ export const RssSetting = ({ setSelectedCards }: RssSettingProps) => {
42
}
43
44
let customCard: SupportedCardType = {
45
- feedUrl: rssUrl.replace('https:', 'http:'),
+ feedUrl: rssUrl,
46
label: info.title,
47
value,
48
analyticsTag: value,
0 commit comments