aboutsummaryrefslogtreecommitdiff
path: root/src/components/site-header.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/site-header.tsx')
-rw-r--r--src/components/site-header.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/site-header.tsx b/src/components/site-header.tsx
index f3e8851..25b3e52 100644
--- a/src/components/site-header.tsx
+++ b/src/components/site-header.tsx
@@ -20,8 +20,10 @@ const SiteHeader = () => {
<h1 className="text-base font-medium">
{app.currentPage === 'offerwall' && "Offerwall"}
{app.currentPage === 'questions' && "Profiling Questions"}
- {app.currentPage === 'cashouts' && "Cashout Methods"}
{app.currentPage === 'demographics' && "User Demographics"}
+ {app.currentPage === 'task_attempts' && "Task Attempts"}
+ {app.currentPage === 'cashouts' && "Cashout Methods"}
+ {app.currentPage === 'transaction_history' && 'Transaction History'}
</h1>
</div>