MCPcopy
hub / github.com/supermemoryai/supermemory / NewChip

Function NewChip

apps/web/components/integrations-view.tsx:556–567  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

554}
555
556function NewChip() {
557 return (
558 <span
559 className={cn(
560 dmSans125ClassName(),
561 "shrink-0 rounded-full bg-[#4BA0FA]/12 px-1.5 py-0.5 text-[9px] font-semibold uppercase tracking-[0.08em] text-[#4BA0FA]",
562 )}
563 >
564 New
565 </span>
566 )
567}
568
569function IconBox({
570 children,

Callers

nothing calls this directly

Calls 2

cnFunction · 0.90
dmSans125ClassNameFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…