Skip to content

Commit cf166cf

Browse files
authored
Revert "Atlas-Bounty: Implement Private Earnings Dashboard (/me/earnings) (#419)"
This reverts commit c7a83dd.
1 parent c97b3f5 commit cf166cf

3 files changed

Lines changed: 0 additions & 341 deletions

File tree

app/me/earnings/page.tsx

Lines changed: 0 additions & 271 deletions
This file was deleted.

components/app-sidebar.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import * as React from 'react';
44
import {
55
IconBell,
66
IconChartBar,
7-
IconCurrencyDollar,
87
IconDashboard,
98
IconFileText,
109
IconFolder,
@@ -40,11 +39,6 @@ const navigationData = {
4039
url: '/me/analytics',
4140
icon: IconChartBar,
4241
},
43-
{
44-
title: 'Earnings',
45-
url: '/me/earnings',
46-
icon: IconCurrencyDollar,
47-
},
4842
],
4943
projects: [
5044
{

lib/api/user/earnings.ts

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)