diff --git a/content/ressources/axiom-team.json b/content/ressources/axiom-team.json index c71802357eba42501631bd1fd6a5df9e7ee57bc4..59a5cd793448ffe36727f0568396dc9c6ed90b19 100644 --- a/content/ressources/axiom-team.json +++ b/content/ressources/axiom-team.json @@ -3,7 +3,7 @@ "title": "Axiom Team", "url": "https://axiom-team.fr", "featured": 400, - "categories": ["Site web", "Asso", "Mises en avant"], + "categories": ["Site web", "Asso", "Top"], "related": [ { "url": "https://forum.axiom-team.fr", diff --git a/content/ressources/cesium.json b/content/ressources/cesium.json index 105a79567859b692466d0067e04b96e32e7f83a8..3d9c8f273f9fd01b440ea520cc0ca2dde01d4db1 100644 --- a/content/ressources/cesium.json +++ b/content/ressources/cesium.json @@ -2,7 +2,7 @@ "url": "https://cesium.app", "description": "Cesium est le logiciel le plus simple pour gérer ses comptes g1", "title": "Cesium", - "categories": ["App", "Mises en avant"], + "categories": ["App", "Top"], "featured": 100, "image": "/uploads/cesium.svg" } diff --git a/content/ressources/forum.json b/content/ressources/forum.json index 7e83d950dde9270e4e0d7347bea59db41fac7c7c..48625e35fc3e36312be6ec85e0d9bc62456d8bf4 100644 --- a/content/ressources/forum.json +++ b/content/ressources/forum.json @@ -1,5 +1,5 @@ { - "categories": ["Site web", "Mises en avant"], + "categories": ["Site web", "Top"], "featured": 300, "url": "https://forum.monnaie-libre.fr", "title": "Forum", diff --git a/content/ressources/gchange.json b/content/ressources/gchange.json index 01b12dcca2cb32967b5cba355c7bc81172450f03..6736df38a090dd4b655213d4ac77cf2138b809a8 100644 --- a/content/ressources/gchange.json +++ b/content/ressources/gchange.json @@ -1,8 +1,5 @@ { - "categories": [ - "Site web", - "Petites annonces" - ], + "categories": ["Site web", "Petites annonces", "Top"], "description": "Le site de petites annonces le plus utilisé pour les échanges en g1. Existe sous la forme de site, d'application et d'extension firefox.", "title": "Gchange", "url": "https://gchange.fr", @@ -12,4 +9,4 @@ "url": "https://addons.mozilla.org/fr/firefox/addon/gchange-client/" } ] -} \ No newline at end of file +} diff --git a/content/ressources/monnaie-libre-occitanie.json b/content/ressources/monnaie-libre-occitanie.json index 3e4401712edeb3f30ae4b922b7a8d4bdc641765c..dfe10a84fe5898c30875aaba4e0d78023b61250c 100644 --- a/content/ressources/monnaie-libre-occitanie.json +++ b/content/ressources/monnaie-libre-occitanie.json @@ -16,7 +16,7 @@ "icon": "youtube" } ], - "categories": ["Groupe local", "Mises en avant", "Asso"], + "categories": ["Groupe local", "Top", "Asso"], "image": "/uploads/mlo.png", "featured": 200, "wallet": "6dMVyFtMWYrtHhcqs2YUqMzQW9S6A6q6emXdf7LdP2Es" diff --git a/content/ressources/wotwizard.json b/content/ressources/wotwizard.json index 3d4e5c860c1a6e462a8636cf001af5208f45a919..4c60ec934d18781ff099f118bd65603d7c1367f4 100644 --- a/content/ressources/wotwizard.json +++ b/content/ressources/wotwizard.json @@ -3,10 +3,7 @@ "url": "https://wotwizard.axiom-team.fr/fr", "title": "Wotwizard", "description": "Permet de voir les disponibilités et qualités de chacun, et tout un tas d'info sur l'état de la toile de confiance.", - "categories": [ - "Site web", - "Mises en avant" - ], + "categories": ["Site web", "Top"], "wallet": "78ZwwgpgdH5uLZLbThUQH7LKwPgjMunYfLiCfUCySkM8", "related": [ { @@ -16,4 +13,4 @@ "url": "wot-wizard.duniter.org" } ] -} \ No newline at end of file +} diff --git a/pages/ressources.vue b/pages/ressources.vue index 83857f0ef1d02586e20725e83bba61535fac2f5c..94a286aa9cea2e7c23ebbf915da092c840c66de7 100644 --- a/pages/ressources.vue +++ b/pages/ressources.vue @@ -34,7 +34,7 @@ <script> import categories from '~/static/settings/categories.json' -const defaultSelected = 'Mises en avant' +const defaultSelected = 'Top' export default { name: 'RessourcesPage', diff --git a/static/settings/categories.json b/static/settings/categories.json index 0b12eebea7cc02ab1576da67d1d2a90695ea1298..0be9fa7b0497c8ccc2949378e4b5be788d1a5670 100644 --- a/static/settings/categories.json +++ b/static/settings/categories.json @@ -9,7 +9,7 @@ ], "ressources": [ { - "title": "Mises en avant" + "title": "Top" }, { "title": "Vidéo" @@ -39,4 +39,4 @@ "title": "Petites annonces" } ] -} \ No newline at end of file +}