Added error handling and handle async component failing
This commit is contained in:
parent
c898d9b702
commit
670edf3006
9 changed files with 254 additions and 2 deletions
13
src/App.scss
13
src/App.scss
|
|
@ -144,6 +144,19 @@ h4 {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
code {
|
||||
background: var(--bg);
|
||||
border: 1px solid var(--fg);
|
||||
border-radius: var(--roundness);
|
||||
margin: 0.2em;
|
||||
padding: 0 0.2em;
|
||||
|
||||
&.pre {
|
||||
white-space: pre;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.iconLetter {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue