MCPcopy Create free account
hub / github.com/dailydotdev/apps / resolveAppIconPreview

Function resolveAppIconPreview

packages/webapp/components/IOSIconPicker.tsx:67–70  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

65};
66
67const resolveAppIconPreview = (name: string): string => {
68 const resolved = appIconAliases[name] ?? name;
69 return appIconPreviewMap[resolved] ?? cloudinaryAppIconMain;
70};
71
72export const IOSIconPicker = (): ReactElement => {
73 const [appIcons, setAppIcons] = useState<AppIconOption[]>([]);

Callers 1

IOSIconPickerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected