Add fail safe for sponsors endpoint in case of not being able to connect
This commit is contained in:
parent
a1a3eec262
commit
349f846f32
2 changed files with 30 additions and 23 deletions
|
@ -121,7 +121,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
</a>
|
||||
</div>
|
||||
</FormSection>
|
||||
<FormSection>
|
||||
<FormSection v-if="sponsors[0].length > 0">
|
||||
<template #label>Our lovely Sponsors</template>
|
||||
<div :class="$style.contributors">
|
||||
<span
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue