mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 08:09:33 +01:00
3 lines
173 B
TypeScript
3 lines
173 B
TypeScript
|
|
export const getEmptyStateImagePath = (category: string, type: string, isLightMode: boolean) =>
|
||
|
|
`/empty-state/${category}/${type}-${isLightMode ? "light" : "dark"}.webp`;
|