diff --git a/frontend/app/[team]/apps/[app]/environments/[environment]/[[...path]]/page.tsx b/frontend/app/[team]/apps/[app]/environments/[environment]/[[...path]]/page.tsx
index 5f2ab648..5a3e13f7 100644
--- a/frontend/app/[team]/apps/[app]/environments/[environment]/[[...path]]/page.tsx
+++ b/frontend/app/[team]/apps/[app]/environments/[environment]/[[...path]]/page.tsx
@@ -659,7 +659,8 @@ export default function Environment({
return (
- /
+
+ ~/
)
@@ -672,9 +673,10 @@ export default function Environment({
href={basePath}
className="p-2 flex items-center gap-2 font-light text-neutral-500 group"
>
- /
+
+ ~/
- {/* Map over path segments */}
+ {/* Map over path segments */}
{path.map((segment, index) => {
// Construct the href for each segment
const href = `${basePath}/${path.slice(0, index + 1).join('/')}`
@@ -697,16 +699,17 @@ export default function Environment({
)
})}
{
-
-
-
-
-
+
+
+
+
+
}
)
@@ -820,13 +823,14 @@ export default function Environment({
/>
- {unsavedChanges && (
-
- )}
+ {unsavedChanges && (
+
+ )}
{data.envSyncs && (