diff options
| author | Max Nanis | 2025-06-10 03:40:01 +0700 |
|---|---|---|
| committer | Max Nanis | 2025-06-10 03:40:01 +0700 |
| commit | abec6d734cde8a2bb0924989b1c5801e924137c3 (patch) | |
| tree | 435129936d8504a23d7d699359ebe234f03cf5b5 /src/components/site-header.tsx | |
| parent | e5dac8b9d61b175b09d859643a94ea91ee6ef48d (diff) | |
| download | panel-ui-abec6d734cde8a2bb0924989b1c5801e924137c3.tar.gz panel-ui-abec6d734cde8a2bb0924989b1c5801e924137c3.zip | |
Adding userProfile redux slice, showing created timestamp on user page.
Diffstat (limited to 'src/components/site-header.tsx')
| -rw-r--r-- | src/components/site-header.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/site-header.tsx b/src/components/site-header.tsx index f4c42ec..f3e8851 100644 --- a/src/components/site-header.tsx +++ b/src/components/site-header.tsx @@ -21,6 +21,7 @@ const SiteHeader = () => { {app.currentPage === 'offerwall' && "Offerwall"} {app.currentPage === 'questions' && "Profiling Questions"} {app.currentPage === 'cashouts' && "Cashout Methods"} + {app.currentPage === 'demographics' && "User Demographics"} </h1> </div> |
