MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / title

Function title

apps/web/ui/Message/Emoji/index.tsx:30–32  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

28}
29
30function title(text: string) {
31 return text.replace(/_/g, ' ').replace(/-/g, ' ');
32}
33
34export default function Emoji({ text }: Props) {
35 if (!text) {

Callers 1

EmojiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected