File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,20 @@ export default component$(() => {
29
29
/>
30
30
< main class = "container" >
31
31
< Hero />
32
+ < p class = "!mt-12 rounded-md bg-amber-100 p-2 !text-sm" >
33
+ Due to the resumability, the{ " " }
34
+ < span class = "rounded-lg border border-amber-200 bg-amber-200/65 p-1 font-mono text-xs font-semibold" > { `<Toaster />` } </ span > { " " }
35
+ component should be positioned at the beginning of where you want to
36
+ use it. This way, you won't encounter{ " " }
37
+ < a
38
+ href = "https://github.com/diecodev/qwik-sonner/issues/13"
39
+ target = "_blank"
40
+ rel = "noopener noreferrer"
41
+ class = "font-bold underline"
42
+ >
43
+ rendering issues.
44
+ </ a >
45
+ </ p >
32
46
< div class = "content" >
33
47
< Installation />
34
48
< Usage />
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ code {
101
101
display : flex;
102
102
flex-direction : column;
103
103
gap : 48px ;
104
- margin-top : 96 px ;
104
+ margin-top : 48 px ;
105
105
}
106
106
107
107
.buttons {
@@ -186,7 +186,7 @@ m .wrapper h2 {
186
186
display : flex;
187
187
flex-direction : column;
188
188
gap : 48px ;
189
- margin-top : 96 px ;
189
+ margin-top : 48 px ;
190
190
}
191
191
192
192
.wrapper footer {
You can’t perform that action at this time.
0 commit comments