refactor: zod validation and pr comments

This commit is contained in:
Christel Westerberg
2024-04-29 14:00:24 +02:00
parent 9f0b044daa
commit d9f1470eb7
31 changed files with 222 additions and 207 deletions

View File

@@ -8,7 +8,7 @@
.titleContainer {
display: grid;
grid-template-areas: "title link";
grid-template-areas: "title link" "subtitle subtitle";
grid-template-columns: 1fr max-content;
padding-bottom: 0.8rem;
}
@@ -25,4 +25,5 @@
.subtitle {
margin: 0;
grid-area: subtitle;
}