How to add Your Company Logo
Video Guide
Coming soon
Let's personalize the React Bricks Content Editor by adding your company logo.
The process is straightforward: just copy your logo's URL and paste it into the React Bricks configuration.
config.tsx
const config: types.ReactBricksConfig = {
...
logo: 'https://your-company.com/assets/logo.svg',
...
}
Voilà! The platform will now feel like home for you and your content editors.