Skip to content

Commit 323b8b5

Browse files
fix: move select and download buttons to catalogue and fix merge conflicts
1 parent da8ac1b commit 323b8b5

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

src/components/SideBar.tsx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,15 @@ function SideBar({
144144
>
145145
Answer Key Available
146146
</SidebarButton>
147-
</div>
148-
<div className="flex w-full flex-wrap justify-between gap-2 border-b-2 border-[#36266d] px-[10px] py-4">
149-
<SidebarButton onClick={handleSelectAll}>Select All</SidebarButton>
150-
<SidebarButton onClick={handleDeselectAll}>Deselect All</SidebarButton>
151-
<SidebarButton onClick={handleDownloadSelected}>Download Selected</SidebarButton>
152-
</div>
147+
</div>
148+
149+
<div className="flex w-full flex-wrap justify-between gap-2 border-b-2 border-[#36266d] px-[10px] py-4">
150+
<SidebarButton onClick={handleSelectAll}>Select All</SidebarButton>
151+
<SidebarButton onClick={handleDeselectAll}>Deselect All</SidebarButton>
152+
<SidebarButton onClick={handleDownloadSelected}>Download Selected</SidebarButton>
153+
</div>
153154

154-
{filtersForSidebar.map((section) => (
155+
{filtersForSidebar.map((section) => (
155156
<SidebarSection
156157
key={section.label}
157158
label={section.label}

0 commit comments

Comments
 (0)