Skip to content

Commit 846cda0

Browse files
Update index.tsx
1 parent 0180499 commit 846cda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/podcasts/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export default function Podcasts(): ReactElement {
316316
handleFavorite(podcast, e);
317317
}}
318318
>
319-
{favorites.includes(podcast.id) ? '❤️' : '🤍'}
319+
{favorites.includes(podcast.id) ? '🤍' : '❤️'}
320320
</button>
321321
<button className="action-btn share" title="Share podcast" onClick={(e) => {
322322
e.stopPropagation();

0 commit comments

Comments
 (0)