fix(form): fix hydration error
was due to nested anchor tags
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user