aboutsummaryrefslogtreecommitdiff
path: root/src/components/site-header.tsx
diff options
context:
space:
mode:
authorMax Nanis2025-06-10 05:21:19 +0700
committerMax Nanis2025-06-10 05:21:19 +0700
commitd7bb480ab6bd2172a04ecb304d012206e0c03e8f (patch)
tree783c57ea92e9bf50aec460e2e9b4a9e0ef7a512b /src/components/site-header.tsx
parentabec6d734cde8a2bb0924989b1c5801e924137c3 (diff)
downloadpanel-ui-d7bb480ab6bd2172a04ecb304d012206e0c03e8f.tar.gz
panel-ui-d7bb480ab6bd2172a04ecb304d012206e0c03e8f.zip
Adding taskStatus fetch. Showing list of Task Attempts & starting heatmap calendar.
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>