Skip to content

Commit dddd2c4

Browse files
Please enter the commit message for your changes. Lines starting
1 parent 70919ea commit dddd2c4

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/components/SideBar.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,6 @@ function SideBar({
146146
</SidebarButton>
147147
</div>
148148

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>
154149

155150
{filtersForSidebar.map((section) => (
156151
<SidebarSection

0 commit comments

Comments
 (0)