diff --git a/src/app/App.tsx b/src/app/App.tsx
index 1f9427f1..0eb993ce 100644
--- a/src/app/App.tsx
+++ b/src/app/App.tsx
@@ -5708,44 +5708,6 @@ export function App({ store, initialStatusMessage }: AppProps) {
/>
-
-
Volume Rendering Paths
-
- {advancedRendering.enabled
- ? "Uses the authored path below."
- : "Advanced Rendering is off — both paths force to Performance."}
-
-
-
-
-
-
{!advancedRendering.enabled ? null : (
<>
@@ -6020,6 +5982,40 @@ export function App({ store, initialStatusMessage }: AppProps) {
/>
+
+
+
Volume Rendering Paths
+
+
+
+
+
>
)}