We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0180499 commit 846cda0Copy full SHA for 846cda0
src/pages/podcasts/index.tsx
@@ -316,7 +316,7 @@ export default function Podcasts(): ReactElement {
316
handleFavorite(podcast, e);
317
}}
318
>
319
- {favorites.includes(podcast.id) ? '❤️' : '🤍'}
+ {favorites.includes(podcast.id) ? '🤍' : '❤️'}
320
</button>
321
<button className="action-btn share" title="Share podcast" onClick={(e) => {
322
e.stopPropagation();
0 commit comments