You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.strong("Are the packages you use safe from data races?"),
75
-
.text(""),
76
-
.text("We’re tracking progress towards data race safety this summer. Find out which packages are “Ready for Swift 6” and check for packages marked as “Safe from data races” when browsing the index.")
77
-
)
78
-
),
79
-
cta:"Track Progress",
80
-
analyticsEvent:"Home - Ready for Swift 6 CTA"),
62
+
.if(Current.environment()==.production,
63
+
.panelButton(cssClass:"podcast",
64
+
linkUrl:ExternalURL.podcast,
65
+
bodyNode:.podcastPanelBody(includeHeading:false),
66
+
cta:"Listen Now",
67
+
analyticsEvent:"Home - Podcast CTA"),
68
+
else:
69
+
.panelButton(cssClass:"rfs6",
70
+
linkUrl:SiteURL.readyForSwift6.relativeURL(),
71
+
bodyNode:.group(
72
+
.p(
73
+
.strong("Are the packages you use safe from data races?"),
74
+
.text(""),
75
+
.text("We’re tracking progress towards data race safety this summer. Find out which packages are “Ready for Swift 6” and check for packages marked as “Safe from data races” when browsing the index.")
0 commit comments