Новые изменения в файлах
This commit is contained in:
parent
9100de28a4
commit
28f41cf346
4 changed files with 15 additions and 14 deletions
|
|
@ -24,7 +24,7 @@ const {
|
|||
</svg>
|
||||
</div>
|
||||
<h3 class="lock-title">{title}</h3>
|
||||
<p class="lock-text" style:display={description ? 'block' : 'none'}>{description}</p>
|
||||
<p class="lock-text" style={`display: ${description ? 'block' : 'none'}`}>{description}</p>
|
||||
<a href={buttonHref} class="auth-button">{buttonText}</a>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue