-
-
- {title}
-
-
{
- e.stopPropagation();
- navigate();
- }}
- >
-
- {description}
-
-
-
- {(links?.length ?? 0) > 0 ? (
-
-
- {links!.map(({ icon, location, newTab }) => (
- e.stopPropagation()}
- >
- {LinkIcons[icon]?.({})}
-
- ))}
-
-
- ) : null}
-
-