File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments