mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
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:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user