Skip to content

Commit 720f821

Browse files
committed
fix mixin bug
1 parent 6cbf7fe commit 720f821

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/shared/components/Contentful/Article/Article.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ class Article extends React.Component {
338338
</div>
339339
{/* Discord */}
340340
<div className={theme.actionContainer}>
341-
<a className={theme['primary-green-md']} href="https://discord.gg/topcoder?ref=thrive-article" rel="noopener noreferrer" target="_blank"><DiscordIconWhite /> Chat on Discord</a>
341+
<a className={theme.primaryGreenMd} href="https://discord.gg/topcoder?ref=thrive-article" rel="noopener noreferrer" target="_blank"><DiscordIconWhite /> Chat on Discord</a>
342342
</div>
343343
</div>
344344
</div>

src/shared/components/Contentful/Article/themes/default.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
flex-direction: column;
88
}
99

10-
.primary-green-md {
10+
.primaryGreenMd {
1111
outline: none;
1212

1313
@include primary-green;

0 commit comments

Comments
 (0)