diff --git a/.gitignore b/.gitignore index b991db0..255fcba 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -env.* \ No newline at end of file +env.* +.idea/* \ No newline at end of file diff --git a/frontend/src/app/chats/components/PreviewTab.js b/frontend/src/app/chats/components/PreviewTab.js index 16d01e6..445d1e5 100644 --- a/frontend/src/app/chats/components/PreviewTab.js +++ b/frontend/src/app/chats/components/PreviewTab.js @@ -78,98 +78,110 @@ export function PreviewTab({ if (!projectPreviewUrl) { return ( -
- No preview available +
+ No preview available
); } return ( -
-
-
- - setProjectPreviewPath(e.target.value)} - className="w-full sm:w-[120px]" - placeholder="Path (e.g. /)" - /> -
-
- - - - - - - -

- This preview URL is temporary and will change when the project - is rebooted -

-
-
-
+
+
+
+
+ + setProjectPreviewPath(e.target.value)} + className="w-full sm:w-[120px]" + placeholder="Path (e.g. /)" + /> +
+
+ + + + + + + +

+ This preview URL is temporary and will change when the project + is rebooted +

+
+
+
+
-