MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getFeedTitle

Function getFeedTitle

src/components/LogoV2/OverageCreditUpsell.tsx:78–80  ·  view source on GitHub ↗
(amount: string)

Source from the content-addressed store, hash-verified

76// Char budgets: title ≤19, subtitle ≤48.
77const FEED_SUBTITLE = 'On us. Works on third-party apps · /extra-usage';
78function getFeedTitle(amount: string): string {
79 return `${amount} in extra usage`;
80}
81type Props = {
82 maxWidth?: number;
83 twoLine?: boolean;

Callers 2

OverageCreditUpsellFunction · 0.85
createOverageCreditFeedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected