mirror of
https://github.com/GuerillaStudio/compteur-de-greve.git
synced 2025-01-04 17:51:57 +00:00
fix typo
This commit is contained in:
parent
30004a9675
commit
898e9110ec
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ title: Compteur de grève
|
|||
<article class="w100 maxw380px text-center">
|
||||
<h2 class="title-1 mt0">Et <span class="highlighter-underline">vous</span> ?</h2>
|
||||
<div class="flex flex-col">
|
||||
<div class="notif notif--error" x-bind="eroor" x-cloak>Message d'erreur à faire</div>
|
||||
<div class="notif notif--error" x-bind="error" x-cloak>Message d'erreur à faire</div>
|
||||
<div class="gridstack">
|
||||
<form action="/" method="post" x-bind="form">
|
||||
<button class="btn btn--big btn--icoYellow w100 mb15" x-bind="button">
|
||||
|
|
Loading…
Reference in a new issue