Skip to content

Commit

Permalink
[CLEANUP] Retirer la balise H1 déjà prise en compte par prismic-rich-…
Browse files Browse the repository at this point in the history
…text.

Merge pull request #192 from 1024pix/cleanup-remove-already-existing-h1
  • Loading branch information
MelanieMEB authored Oct 12, 2020
2 parents 20b5f1a + 47c873e commit c2fa1d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/SimplePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<div class="page">
<header class="page-header">
<div class="container md padding-container">
<h1 class="page-header__title">
<prismic-rich-text :field="content.title" />
</h1>
<prismic-rich-text :field="content.title" class="page-header__title" />
</div>
</header>

Expand Down

0 comments on commit c2fa1d2

Please sign in to comment.