File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 255
255
</Tooltip >
256
256
</div >
257
257
</Layout .Stack >
258
- {/if }
259
- {#if $isSmallViewport }
258
+ {:else if $isSmallViewport }
260
259
<div class =" action-buttons" >
261
260
<Layout .Stack direction =" column" gap =" s" >
262
261
<DropList show ={$feedback .show } scrollable >
269
268
}}
270
269
>Feedback
271
270
</Button .Button >
271
+ <svelte:fragment slot =" other" >
272
+ <MobileFeedbackModal />
273
+ </svelte:fragment >
272
274
</DropList >
273
275
274
276
<DropList show ={$showSupportModal } scrollable >
280
282
trackEvent (Click .SupportOpenClick , { source: ' side_nav' });
281
283
}}>
282
284
<span >Support</span >
285
+ <svelte:fragment slot =" other" >
286
+ <MobileSupportModal bind:show ={$showSupportModal }
287
+ ></MobileSupportModal >
288
+ </svelte:fragment >
283
289
</Button .Button >
284
290
</DropList >
285
291
</Layout .Stack >
340
346
</Sidebar .Base >
341
347
</div >
342
348
343
- {#if $isSmallViewport }
344
- <MobileFeedbackModal />
345
- <MobileSupportModal bind:show ={$showSupportModal } />
346
- {/if }
347
-
348
349
{#if subNavigation }
349
350
<div class ="sub-navigation" class:icons ={state === ' icons' }>
350
351
<svelte:component this ={subNavigation } />
You can’t perform that action at this time.
0 commit comments