Skip to content

Commit

Permalink
Remove warning banner (#2299)
Browse files Browse the repository at this point in the history
  • Loading branch information
joanagmaia authored Mar 15, 2024
1 parent 443eaaf commit e1854d2
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions frontend/src/modules/layout/components/layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Revert to "showBanner" when last banner is removed -->
<div
:class="{
'pt-14': true,
'pt-14': showBanner,
}"
>
<banner
Expand Down Expand Up @@ -140,20 +140,6 @@
</router-link>
</div>
</banner>
<banner
variant="alert"
class="h-16"
>
<div
class="flex items-center justify-center text-sm"
>
<p>
🚧 <b>We're facing performance issues impacting data processing and app responsiveness.</b>
Our team is actively working to fix these issues, and we apologize for any inconvenience.
For updates, please check <a href="https://status.crowd.dev/" target="_blank" rel="noopener noreferrer">status.crowd.dev</a>.
</p>
</div>
</banner>
</div>
<router-view />
</el-main>
Expand Down

0 comments on commit e1854d2

Please sign in to comment.