Changing Text
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
Steps to Change Text
Open the
src/constants.ts
file.Find the text you want to modify. For example, the file might look like this:
The changes will automatically reflect wherever these constants are used in the components. For instance
Last updated