Skip to content

Commit

Permalink
disable categories temp
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiepine committed Feb 5, 2025
1 parent 9d61f81 commit 193a693
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/landing/src/app/page-sections/bento.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ function BentoCard({
className
)}
>
{comingSoon && (
{/* {comingSoon && (
<div className="absolute right-3 top-3">
<span className="inline-flex items-center rounded-full bg-[#1B1D25]/80 px-3 py-1.5 text-xs font-medium tracking-wider text-primary/80 ring-1 ring-primary/20 backdrop-blur-sm">
COMING SOON
</span>
</div>
)}
)} */}
<div
className={clsx(
'flex w-full flex-col gap-3',
Expand Down
2 changes: 1 addition & 1 deletion interface/app/$libraryId/Layout/Sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Sidebar() {
<SavedSearches />
{/* <Devices /> */}
<Locations />
<Categories />
{/* <Categories /> */}
<Peers />
<Tags />
</LibraryContextProvider>
Expand Down

0 comments on commit 193a693

Please sign in to comment.