Skip to content

Commit

Permalink
Remove H1 tag : prismic-rich-text already add the h1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanieMEB committed Oct 9, 2020
1 parent 20b5f1a commit 47c873e
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 47c873e

Please sign in to comment.