Skip to main content
This guide covers how to replace the default logo and favicon with your own brand’s assets. The main logo component is located at src/components/shared/logo.tsx. You can customize it using one of the following methods.
Need a new logo?If you don’t have a logo, you can create a simple, professional-looking SVG logo for free using these resources:

Customizing the Favicon

The favicon is the small icon that appears in the browser tab. The file is located at src/app/favicon.ico.
1

Create a Favicon

The easiest way to create a .ico file is to start with a square image (e.g., a 64x64px PNG) and use a free online converter.Recommended converters:
2

Replace the File

Once you have your favicon.ico file, simply replace the existing file at src/app/favicon.ico with your new one.
After replacing the file, restart your development server and clear your browser cache to see the new favicon.