feat: add error boundary
makes crashes graceful
This commit is contained in:
@ -28,6 +28,16 @@
|
||||
}
|
||||
|
||||
.heading {
|
||||
// justify-self: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.button {
|
||||
align-self: end;
|
||||
|
||||
font: inherit;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
background: transparent;
|
||||
color: var(--clr-link);
|
||||
border-bottom: 2px solid var(--clr-link);
|
||||
}
|
||||
|
Reference in New Issue
Block a user