diff --git a/resources/js/pages/Scenarios/Show.tsx b/resources/js/pages/Scenarios/Show.tsx index cd15e10..7ec88fd 100644 --- a/resources/js/pages/Scenarios/Show.tsx +++ b/resources/js/pages/Scenarios/Show.tsx @@ -1,4 +1,4 @@ -import { Head, Link, router } from '@inertiajs/react'; +import { Head, router } from '@inertiajs/react'; import { useState } from 'react'; import { Card, CardHeader, CardTitle, CardDescription, CardContent, CardFooter } from '@/components/ui/card'; import { Button } from '@/components/ui/button'; @@ -222,22 +222,11 @@ export default function Show({ scenario, buckets, streams = { data: [] }, stream
{/* Header */}
-
-
- - - - - Back to Scenarios - -

{scenario.name}

-

- Water flows through the pipeline into prioritized buckets -

-
+
+

{scenario.name}

+

+ Water flows through the pipeline into prioritized buckets +