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
Copy file name to clipboardExpand all lines: src/shared/components/Contentful/Article/Article.jsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -338,7 +338,7 @@ class Article extends React.Component {
338
338
</div>
339
339
{/* Discord */}
340
340
<divclassName={theme.actionContainer}>
341
-
<aclassName={theme['primary-green-md']}href="https://discord.gg/topcoder?ref=thrive-article"rel="noopener noreferrer"target="_blank"><DiscordIconWhite/> Chat on Discord</a>
341
+
<aclassName={theme.primaryGreenMd}href="https://discord.gg/topcoder?ref=thrive-article"rel="noopener noreferrer"target="_blank"><DiscordIconWhite/> Chat on Discord</a>
0 commit comments