Skip to content

Commit

Permalink
chore: remove top 50 pubs from staff tools (#4365)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Dec 26, 2023
1 parent 820ce01 commit 3b05740
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 176 deletions.
35 changes: 0 additions & 35 deletions apps/api/src/routes/internal/leafwatch/top50Publications.ts

This file was deleted.

6 changes: 0 additions & 6 deletions apps/web/src/components/Staff/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
AdjustmentsHorizontalIcon,
ClipboardIcon,
CurrencyDollarIcon,
PencilSquareIcon,
UserIcon
} from '@heroicons/react/24/outline';

Expand All @@ -29,11 +28,6 @@ const settingsSidebarItems = [
icon: <AdjustmentsHorizontalIcon className="size-4" />,
title: 'Feature flags',
url: '/staff/feature-flags'
},
{
icon: <PencilSquareIcon className="size-4" />,
title: 'Top Publications',
url: '/staff/top-publications'
}
];

Expand Down
88 changes: 0 additions & 88 deletions apps/web/src/components/Staff/TopPublications/List.tsx

This file was deleted.

44 changes: 0 additions & 44 deletions apps/web/src/components/Staff/TopPublications/index.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions apps/web/src/pages/staff/top-publications..tsx

This file was deleted.

2 comments on commit 3b05740

@vercel
Copy link

@vercel vercel bot commented on 3b05740 Dec 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 3b05740 Dec 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./apps/web

web-git-main-heyxyz.vercel.app
web-heyxyz.vercel.app
heyxyz.vercel.app
hey.xyz

Please sign in to comment.