You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to understand the project structure of Zen Browser.
In the engine\browser\components\newtab\content-src\components\Search\Search.jsx file, I removed the entire JSX part.
Before:
After:
However, after building the code and testing, I can still see the search box on the new tab page. Why aren't my changes being applied?
The command I used to build was: pnpm build && cd engine && python mach run --noprofile
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to understand the project structure of Zen Browser.
In the
engine\browser\components\newtab\content-src\components\Search\Search.jsx
file, I removed the entire JSX part.Before:

After:

However, after building the code and testing, I can still see the search box on the new tab page. Why aren't my changes being applied?
The command I used to build was:
pnpm build && cd engine && python mach run --noprofile
Apologies if my question seems naive. sorry 😢
Beta Was this translation helpful? Give feedback.
All reactions