Default
Function: default()
[object Object]
Defined in: app/routes/external-links.tsx:23
A directory page providing a curated list of external services and association platforms.
This page serves as a "Linktree" for the association, centralizing access to various
independent sub-systems (e.g., photo albums, wiki, file storage). It utilizes a
responsive grid of ExternalLinkTile components.
Key features:
- Dynamic Icon Mapping: Uses string-to-component mapping from
lucide-reactto render specific icons defined in the data. - Localization: All titles and descriptions are retrieved via
i18next. - Visual Variety: Each link specifies its own background and text colors for branding consistency across different sub-services.
Returns
[object Object]