File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 23
23
24
24
<Sheet .Root bind:open >
25
25
<Sheet .Trigger asChild let:builder >
26
- <Button
27
- builders ={[builder ]}
28
- class =" lg:hidden"
29
- size =" icon"
30
- variant =" secondary"
31
- title =" Menu"
32
- aria-label =" Menu"
33
- >
26
+ <Button builders ={[builder ]} size =" icon" variant =" secondary" title =" Menu" aria-label =" Menu" >
34
27
<RiMenu3Fill class =" h-6 w-6 text-black dark:text-white" />
35
28
</Button >
36
29
</Sheet .Trigger >
Original file line number Diff line number Diff line change 23
23
<Button variant =" link" href =" https://opencollective.com/mwmbl" class =" px-2" >Donate</Button >
24
24
<SignInButton loginStatus ={data .loginStatus } />
25
25
</div >
26
- <div class =" contents md:hidden " >
26
+ <div class =" contents" >
27
27
<MobileMenu loginStatus ={data .loginStatus } />
28
28
</div >
29
29
</header >
Original file line number Diff line number Diff line change 34
34
<div class =" max-lg:row-start-2" >
35
35
<Search query ={data .query } />
36
36
</div >
37
- <div class =" justify-self-end max-lg:col-start-1 max-lg:row-start-1" >
37
+ <div class =" gap- flex flex-row gap-6 justify-self-end max-lg:col-start-1 max-lg:row-start-1" >
38
38
<div class =" hidden lg:contents" >
39
39
<SignInButton loginStatus ={data .loginStatus } />
40
40
</div >
You can’t perform that action at this time.
0 commit comments