fix(form): fix hydration error

was due to nested anchor tags
This commit is contained in:
zyachel
2023-05-21 18:13:44 +05:30
parent 8d9b6630a5
commit 8599ae2c5a
3 changed files with 40 additions and 47 deletions

View File

@ -7,9 +7,6 @@
display: grid;
grid-template-columns: var(--width) auto;
text-decoration: none;
color: inherit;
@include helper.bp('bp-450') {
--height: 15rem;
grid-template-columns: auto;