From 52241a39dcd5da35c559694f6ce251868af0749a Mon Sep 17 00:00:00 2001 From: Sebastian Thulin Date: Tue, 9 Jan 2024 12:56:42 +0100 Subject: [PATCH] fix: get iframe example from live app --- views/pages/components/usage/iframe/iframe.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/pages/components/usage/iframe/iframe.blade.php b/views/pages/components/usage/iframe/iframe.blade.php index 572140438..8117a7786 100644 --- a/views/pages/components/usage/iframe/iframe.blade.php +++ b/views/pages/components/usage/iframe/iframe.blade.php @@ -1,5 +1,5 @@ @iframe([ - 'src' => 'https://helsingborg-stad.github.io/ett-battre-helsingborg-web/', + 'src' => 'https://ettbattre.helsingborg.se/', 'title' => 'Ett bättre Helsingborg Application', 'width' => '100%', 'height' => 600,