# Customizing the Project

- [Changing Icons](/smart-iptv-pro-web-documentation/customizing-the-project/changing-icons.md): All icons, including the project logo, and media-related icons (movies, series, live icons), are located in the src/public directory. These can easily be replaced with your own custom icons or logos.
- [Changing Text](/smart-iptv-pro-web-documentation/customizing-the-project/changing-text.md): All text strings used in the project are stored in the src/constants.ts file for easy access and updates. This centralizes the management of text, making it simpler to modify content without diving in
- [Changing Colors](/smart-iptv-pro-web-documentation/customizing-the-project/changing-colors.md): The project uses Flowbite-React, which works seamlessly with Tailwind CSS. To change the default colors of the app, you will need to modify the Tailwind configuration file tailwind.config.js.
