Skip to content

Commit

Permalink
Modifications mineurs.
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaJabinschi committed Sep 10, 2024
1 parent 52a86f2 commit 3d05da5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/themes/calypso/app/pages/faq/faq.component.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<div class="container">
<div class="container mt-4">
<h1>{{ 'faq.titre' | translate }}</h1>
<p [innerHTML]="'faq.description' | translate"></p>
<section #faq>

</section>
<div class='faq'>
<div class='faq mt-4' #faq>
<input id='faq-a' type='checkbox'>
<label for='faq-a'>
<p class="faq-heading">{{ 'faq.calypso_question' | translate }}</p>
Expand Down

0 comments on commit 3d05da5

Please sign in to comment.