Skip to content

Commit

Permalink
title was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvaillant committed Jul 16, 2024
1 parent f45bf11 commit fe256d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@
<Editorial copy={copy.debunk_narvaez_2} spacer="none" />
</div>
<div class="editorial-container conclusion">
<h3 class="sub-title">Conclusion</h3>
<Editorial copy={copy.editorial_conclusion} title="It's your decision" spacer="none" />
<h3 class="sub-title">It's your decision</h3>
<Editorial copy={copy.editorial_conclusion} spacer="none" />
<Editorial copy={copy.editorial_conclusion_2} spacer="none" notifications={commentsConclusion} />
<h3 id="methods" class="sub-title sub-title-smaller">Methods</h3>
<Editorial methods={true} copy={copy.methodologies} />
Expand Down

0 comments on commit fe256d4

Please sign in to comment.