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.
This commit is contained in:
Rico van Zelst
2024-05-01 01:17:50 +02:00
parent c69a5472aa
commit 63d975dab9

View File

@@ -55,6 +55,10 @@
</head>
<body class="antialiased bg-stone-900 dark scroll-smooth">
<div class="py-1 text-center text-black bg-orange-400">
<p class="text-sm font-medium">We're aware of an issue where certain images may not display properly. We're currently working on a solution.</p>
</div>
<x-navbar />
@yield('content')
<x-footer />