File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { BsRssFill } from 'react-icons/bs'
22
33const CardIcon = ( props : { url ?: string } ) => {
44 const { url } = props
5- return url ? < img src = { url } alt = "" /> : < BsRssFill className = ' rss' />
5+ return url ? < img src = { url } alt = "" /> : < BsRssFill className = " rss" />
66}
77
88export default CardIcon
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11export * from "./api/getRssFeed"
22export * from "./components/conferencesCard"
3- export * from './components/customRssCard'
43export * from './components/devtoCard'
54export * from './components/freecodecampCard'
65export * from './components/githubCard'
@@ -11,3 +10,5 @@ export * from './components/lobstersCard'
1110export * from './components/mediumCard'
1211export * from './components/producthuntCard'
1312export * from './components/redditCard'
13+ export * from './components/rssCard'
14+
You can’t perform that action at this time.
0 commit comments