From 6818aabe49ab8d3c3fb36adbcafe33add6ef26c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alessandro=20Pezz=C3=A8?= Date: Tue, 15 Oct 2024 16:47:59 +0200 Subject: [PATCH] Update alerts.json --- alerts.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/alerts.json b/alerts.json index 72992ab..96e8b13 100644 --- a/alerts.json +++ b/alerts.json @@ -11,12 +11,17 @@ }, { "level": "success", - "active": true, + "active": false, "message": "PokeAPI proudly announces Beta support for GraphQL. Access our free console at [beta.pokeapi.co/graphql/console](https://beta.pokeapi.co/graphql/console/) and take a look at the [documentation](/docs/graphql)" }, { "level": "info", - "active": true, + "active": false, "message": "**Sword and Shield** data might be inaccurate and lacking in various aspects due to the fact that it is not taken directly from Nintendo's Pokemon ROMs. If you spot any mistake, please report it [here](https://github.com/PokeAPI/pokedex/issues)" + }, + { + "level": "info", + "active": true, + "message": "PokeAPI turns 10 on December 4th! Celebrate and discover the entire source code over at [PokeAPI/pokeapi](https://github.com/PokeAPI/pokeapi)!" } ]