Skip to content

Commit

Permalink
Add warning
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Oct 14, 2023
1 parent 9dbcf64 commit eb486aa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
<template>
<div class="home">
<b-notification
type="is-warning"
has-icon
aria-close-label="close"
role="alert"
style="margin-bottom: 0px;"
>
Dear BioImage Model Zoo Users, our website is currently undergoing
maintenance due to a significant API change in Zenodo
(https://zenodo.org), which we used for our model storage. This affects
model downloads and other features. Our developer team is actively working
on a fix to restore access as soon as possible. We apologize for any
inconvenience and appreciate your patience.
</b-notification>
<!-- Header -->
<section
class="hero is-link is-fullheight is-fullheight-with-navbar"
Expand Down

0 comments on commit eb486aa

Please sign in to comment.