mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 11:55:22 +02:00
rename Vendor tab to BSR
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
co-authored by
Qwen-Coder
parent
fdf217c8e6
commit
e118d43b3d
@@ -794,7 +794,7 @@ const App: React.FC = () => {
|
|||||||
className={`flex items-center gap-2 px-3 py-2 rounded-md text-sm font-medium transition-all
|
className={`flex items-center gap-2 px-3 py-2 rounded-md text-sm font-medium transition-all
|
||||||
${view === 'vendor' ? 'bg-slate-800 text-white shadow-sm ring-1 ring-white/10' : 'text-slate-400 hover:text-white hover:bg-slate-800/50'}`}
|
${view === 'vendor' ? 'bg-slate-800 text-white shadow-sm ring-1 ring-white/10' : 'text-slate-400 hover:text-white hover:bg-slate-800/50'}`}
|
||||||
>
|
>
|
||||||
<ChartIcon /> <span className="hidden lg:inline">Vendor</span>
|
<ChartIcon /> <span className="hidden lg:inline">BSR</span>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
onClick={() => setView('experiments')}
|
onClick={() => setView('experiments')}
|
||||||
@@ -948,7 +948,7 @@ const App: React.FC = () => {
|
|||||||
{ key: 'movers' as const, icon: <TrendingIcon />, label: 'Movers' },
|
{ key: 'movers' as const, icon: <TrendingIcon />, label: 'Movers' },
|
||||||
{ key: 'ads' as const, icon: <MegaphoneIcon />, label: 'Ads' },
|
{ key: 'ads' as const, icon: <MegaphoneIcon />, label: 'Ads' },
|
||||||
{ key: 'forecast' as const, icon: <ChartIcon />, label: 'Fc 26' },
|
{ key: 'forecast' as const, icon: <ChartIcon />, label: 'Fc 26' },
|
||||||
{ key: 'vendor' as const, icon: <ChartIcon />, label: 'Vendor' },
|
{ key: 'vendor' as const, icon: <ChartIcon />, label: 'BSR' },
|
||||||
{ key: 'experiments' as const, icon: <span className="text-lg">🧪</span>, label: 'Exp' },
|
{ key: 'experiments' as const, icon: <span className="text-lg">🧪</span>, label: 'Exp' },
|
||||||
]).map(({ key, icon, label }) => (
|
]).map(({ key, icon, label }) => (
|
||||||
<button
|
<button
|
||||||
|
|||||||
Reference in New Issue
Block a user