Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: archive alert message (#10366)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed May 5, 2024
1 parent e601649 commit 8f52efc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions config/app.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"version": "2.100.2",
"alerts": [],
"layouts": [
"classic",
"inline",
"column-2"
"alerts": [
{
"type": "warning",
"message": "From 10 June 2024 BioDrop will be archived. You will not be able to use your Profile from 10 June so remember to stop using your BioDrop url before then."
}
],
"layouts": ["classic", "inline", "column-2"],
"pronouns": [
{
"label": "Don't specify",
Expand Down

0 comments on commit 8f52efc

Please sign in to comment.