diff options
| author | Max Nanis | 2025-06-03 20:06:44 +0700 |
|---|---|---|
| committer | Max Nanis | 2025-06-03 20:06:44 +0700 |
| commit | 62456f41288eb0f03c5092d36610d566f275c8b5 (patch) | |
| tree | 20b0170545f6b6c1ae1af233aca795d1d4aac2ef /src/components/site-header.tsx | |
| parent | bf027779eb4c839420406e3547f22f5665ec08ab (diff) | |
| download | panel-ui-62456f41288eb0f03c5092d36610d566f275c8b5.tar.gz panel-ui-62456f41288eb0f03c5092d36610d566f275c8b5.zip | |
selectQuestionById, useMemo selector (MultiChoice.choices makes a lot of lookup). Setting up the Questions view to do Pagination to tab through available questions and view one at a time
Diffstat (limited to 'src/components/site-header.tsx')
| -rw-r--r-- | src/components/site-header.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/site-header.tsx b/src/components/site-header.tsx index 5bc5ca7..0000e5f 100644 --- a/src/components/site-header.tsx +++ b/src/components/site-header.tsx @@ -14,7 +14,7 @@ const SiteHeader = () => { orientation="vertical" className="mx-2 data-[orientation=vertical]:h-4" /> - <h1 className="text-base font-medium">"activeView"</h1> + <h1 className="text-base font-medium">Offerwall</h1> </div> </header> |
