Add Code of Conduct Link

This commit is contained in:
Harrison Reid
2018-10-20 08:43:13 +11:00
parent 893c8d32b2
commit 7f45f7e2e2
@@ -157,7 +157,17 @@ class StreamSettings extends React.Component {
onCheckbox={this.updateInfoBoxEnable}
title={t('configure.code_of_conduct_summary')}
>
<p>{t('configure.code_of_conduct_summary_desc')}</p>
<p>
{t('configure.code_of_conduct_summary_desc')}
&nbsp;
<a
target="_blank"
rel="noopener noreferrer"
href="https://guides.coralproject.net/create-a-code-of-conduct/"
>
Code of Conduct Guide.
</a>
</p>
<div
className={cn(
styles.configSettingInfoBox,