From 63d975dab9d623a2b2f362e3372a45b2eddd12f4 Mon Sep 17 00:00:00 2001 From: Rico van Zelst Date: Wed, 1 May 2024 01:17:50 +0200 Subject: [PATCH] feat: Add notification banner for image display issue - Added a notification banner to inform users about the image display problem and that a solution is being worked on. --- resources/views/layouts/app.blade.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index e5fac87..4fdfb32 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -55,6 +55,10 @@ +
+

We're aware of an issue where certain images may not display properly. We're currently working on a solution.

+
+ @yield('content')