Skip to content

Commit a4124b0

Browse files
committed
Contributor section will not print
1 parent aaad8c3 commit a4124b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/HeaderContent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default class HeaderContent extends PureComponent {
1414
<div className="intro">
1515
<h1>{title}</h1>
1616
<p>{description}</p>
17-
<ul className="contributor">
17+
<ul className="contributor no-print">
1818
<p>কন্ট্রিবিউটর</p>
1919
{Object.keys(contributor).map(oneContributor => (
2020
<li key={oneContributor}>

0 commit comments

Comments
 (0)