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.
null
1 parent e52fa24 commit f6c2167Copy full SHA for f6c2167
components/x-podcast-launchers/src/PodcastLaunchers.jsx
@@ -56,7 +56,7 @@ class PodcastLaunchers extends Component {
56
<h2 className={styles.headingChooseApp}>Subscribe via your installed podcast app</h2>
57
<ul className={styles.podcastAppLinksWrapper}>
58
{generateAppLinks(rssUrl).map(({ name, url, trackingId }) => (
59
- <li key={name} className={showLinksOnAllBreakpoints ? "" : styles.hidePodcastLinkAtWide}>
+ <li key={name} className={showLinksOnAllBreakpoints ? null : styles.hidePodcastLinkAtWide}>
60
<a
61
href={url}
62
className={styles.podcastAppLink}
0 commit comments