chore: improve onboarding, app download links styling (#23134)

This commit is contained in:
Alex
2025-10-21 21:10:12 -05:00
committed by GitHub
parent 032de9ff2f
commit 76f5036026
6 changed files with 82 additions and 93 deletions

View File

@@ -20,7 +20,7 @@
<AppShellHeader>
<NavigationBar showUploadButton={false} noBorder />
</AppShellHeader>
<AppShellSidebar bind:open={sidebarStore.isOpen}>
<AppShellSidebar bind:open={sidebarStore.isOpen} class="border-none shadow-none">
<AdminSidebar />
</AppShellSidebar>