Default
Function: default()
[object Object]
Defined in: app/components/FavIconHandler.tsx:19
A utility component that dynamically generates and updates the browser's favicon based on the application's primary theme color.
This component performs the following steps:
- Reads the
--board-primaryCSS variable from the document root. - Injects that color into a predefined SVG template.
- Converts the SVG string into a Blob URL.
- Updates or creates a
<link rel="icon">tag in the document head.
This ensures the brand identity is reflected even in browser tabs without requiring multiple static image files.
Returns
[object Object]
This component does not render any visual UI elements.