Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
function title(text: string) {
31
return text.replace(/_/g,
' '
).replace(/-/g,
' '
);
32
}
33
34
export default function Emoji({ text }: Props) {
35
if (!text) {
Callers
1
Emoji
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected