We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70919ea commit dddd2c4Copy full SHA for dddd2c4
1 file changed
src/components/SideBar.tsx
@@ -146,11 +146,6 @@ function SideBar({
146
</SidebarButton>
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>
154
155
{filtersForSidebar.map((section) => (
156
<SidebarSection
0 commit comments