mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-08 17:12:24 +05:30
fix
This commit is contained in:
parent
e0dd7d2bde
commit
727bfdaae7
@ -7,7 +7,7 @@
|
||||
|
||||
$: backgroundColor = "#5cdd8b";
|
||||
|
||||
$: if (!data.error) {
|
||||
$: if (!data.announcements.error) {
|
||||
if (data.announcements.incident) {
|
||||
if (data.announcements.incident.style === "info") {
|
||||
backgroundColor = "#0dcaf0";
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
<Hero />
|
||||
|
||||
{#if !data.error}
|
||||
{#if !data.announcements.error}
|
||||
{#if data.announcements.incident}
|
||||
<div class="flex flex-col items-center mt-16">
|
||||
<div
|
||||
@ -66,5 +66,5 @@
|
||||
</div>
|
||||
{/if}
|
||||
{:else}
|
||||
<p>{data.message}</p>
|
||||
<p>{data.announcements.message}</p>
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user