akhaliq HF Staff commited on
Commit
843f709
·
1 Parent(s): 90fbbc2

update new tag

Browse files
frontend/src/components/ControlPanel.tsx CHANGED
@@ -197,7 +197,7 @@ export default function ControlPanel({
197
  >
198
  <div className="flex items-center justify-between gap-2">
199
  <span className="text-sm text-[#f5f5f7]">{model.name}</span>
200
- {['moonshotai/Kimi-K2.5', 'zai-org/GLM-4.7', 'zai-org/GLM-4.7-Flash'].includes(model.id) && (
201
  <span className="px-1.5 py-0.5 bg-gradient-to-r from-purple-500 to-pink-500 text-white text-[9px] font-bold rounded uppercase flex-shrink-0">
202
  NEW
203
  </span>
 
197
  >
198
  <div className="flex items-center justify-between gap-2">
199
  <span className="text-sm text-[#f5f5f7]">{model.name}</span>
200
+ {['moonshotai/Kimi-K2.5'].includes(model.id) && (
201
  <span className="px-1.5 py-0.5 bg-gradient-to-r from-purple-500 to-pink-500 text-white text-[9px] font-bold rounded uppercase flex-shrink-0">
202
  NEW
203
  </span>
frontend/src/components/LandingPage.tsx CHANGED
@@ -834,7 +834,7 @@ Note: After generating the redesign, I will create a Pull Request on the origina
834
  >
835
  <div className="flex items-center justify-between gap-2">
836
  <span className="text-xs font-medium text-[#f5f5f7]">{model.name}</span>
837
- {model.id === 'zai-org/GLM-4.7' && (
838
  <span className="px-1.5 py-0.5 bg-gradient-to-r from-purple-500 to-pink-500 text-white text-[9px] font-bold rounded uppercase">
839
  NEW
840
  </span>
 
834
  >
835
  <div className="flex items-center justify-between gap-2">
836
  <span className="text-xs font-medium text-[#f5f5f7]">{model.name}</span>
837
+ {model.id === 'moonshotai/Kimi-K2.5' && (
838
  <span className="px-1.5 py-0.5 bg-gradient-to-r from-purple-500 to-pink-500 text-white text-[9px] font-bold rounded uppercase">
839
  NEW
840
  </span>