Skip to content

Commit

Permalink
Rewards Activity Page
Browse files Browse the repository at this point in the history
  • Loading branch information
youngkidwarrior committed Oct 18, 2024
1 parent a5a23b6 commit b6dec29
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1,358 deletions.
4 changes: 2 additions & 2 deletions apps/next/pages/account/rewards/activity.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RewardsScreen } from 'app/features/account/rewards/activity/screen'
import { ActivityRewardsScreen } from 'app/features/account/rewards/activity/screen'
import Head from 'next/head'
import { userProtectedGetSSP } from 'utils/userProtected'
import type { NextPageWithLayout } from 'next-app/pages/_app'
Expand All @@ -11,7 +11,7 @@ export const Page: NextPageWithLayout = () => {
<Head>
<title>Send | Send Rewards</title>
</Head>
<RewardsScreen />
<ActivityRewardsScreen />
</>
)
}
Expand Down
Loading

0 comments on commit b6dec29

Please sign in to comment.