Skip to content

Commit

Permalink
Change codeOfConduct to high
Browse files Browse the repository at this point in the history
  • Loading branch information
discombobulateme committed May 4, 2022
1 parent 95f5e44 commit 1e4c9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<span v-if="item.includes('Do not have binaries')" class="badge high"> Binaries </span>
<span v-if="item.includes('Test directory')" class="badge medium"> TestDir </span>
<span v-if="item.includes('Contributing')" class="badge medium"> Contributing </span>
<span v-if="item.includes('Code of Conduct')" class="badge low"> CodeOfConduct </span>
<span v-if="item.includes('Code of Conduct')" class="badge high"> CodeOfConduct </span>
<span v-if="item.includes('Security')" class="badge low"> Security </span>
<span v-if="item.includes('Support')" class="badge low"> Support </span>
<span v-if="item.includes('Issue template')" class="badge low"> IssueTemplate </span>
Expand Down

0 comments on commit 1e4c9a1

Please sign in to comment.