feat: set width to 900

This commit is contained in:
karishmas6
2024-10-19 20:38:43 +05:30
parent 87a0d83172
commit d90172a2b3
7 changed files with 10 additions and 10 deletions

View File

@@ -128,7 +128,7 @@ export const BrowserContent = () => {
/>
<BrowserNavBar
// todo: use width from browser dimension once fixed
browserWidth={1150}
browserWidth={900}
handleUrlChanged={handleUrlChanged}
/>
<BrowserWindow />