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

Function ProChip

apps/web/components/integrations-view.tsx:543–554  ·  view source on GitHub ↗
({ children = "Pro" }: { children?: ReactNode })

Source from the content-addressed store, hash-verified

541}
542
543function ProChip({ children = "Pro" }: { children?: ReactNode }) {
544 return (
545 <span
546 className={cn(
547 dmSans125ClassName(),
548 "ml-auto shrink-0 pl-2 text-[10px] font-semibold uppercase tracking-wide text-[#4BA0FA]",
549 )}
550 >
551 {children}
552 </span>
553 )
554}
555
556function NewChip() {
557 return (

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…