From 3cc575b74a4228d4c44290961573e0635e4d442d Mon Sep 17 00:00:00 2001 From: peter_rabbit <pierrejarriges@gmail.com> Date: Tue, 2 Mar 2021 08:52:09 +0100 Subject: [PATCH] remove special announcement game studio club --- public/education/education.js | 36 +++++++++---------- .../education/components/game-studio-club.js | 36 +++++++++---------- 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/public/education/education.js b/public/education/education.js index 35674f9..7bf875b 100644 --- a/public/education/education.js +++ b/public/education/education.js @@ -210,24 +210,24 @@ class GameStudioClub { id: "game-studio-club", // anchor id contents: [{ tag: "h2", contents: "Game Studio Club", property: "name" }], }, - { - tag: "div", - class: "special-announcement", - contents: [ - { - tag: "div", - class: "page-contents-center", - contents: [ - { - tag: "p", - contents: ` - Démarrage des séances à partir du <blue>1er Mars 2021</blue> - `, - }, - ], - }, - ], - }, + // { + // tag: "div", + // class: "special-announcement", + // contents: [ + // { + // tag: "div", + // class: "page-contents-center", + // contents: [ + // { + // tag: "p", + // contents: ` + // Démarrage des séances à partir du <blue>1er Mars 2021</blue> + // `, + // }, + // ], + // }, + // ], + // }, { tag: "div", class: "section-contents page-contents-center", diff --git a/src/pages/education/components/game-studio-club.js b/src/pages/education/components/game-studio-club.js index 4455476..90e40bb 100644 --- a/src/pages/education/components/game-studio-club.js +++ b/src/pages/education/components/game-studio-club.js @@ -89,24 +89,24 @@ class GameStudioClub { id: "game-studio-club", // anchor id contents: [{ tag: "h2", contents: "Game Studio Club", property: "name" }], }, - { - tag: "div", - class: "special-announcement", - contents: [ - { - tag: "div", - class: "page-contents-center", - contents: [ - { - tag: "p", - contents: ` - Démarrage des séances à partir du <blue>1er Mars 2021</blue> - `, - }, - ], - }, - ], - }, + // { + // tag: "div", + // class: "special-announcement", + // contents: [ + // { + // tag: "div", + // class: "page-contents-center", + // contents: [ + // { + // tag: "p", + // contents: ` + // Démarrage des séances à partir du <blue>1er Mars 2021</blue> + // `, + // }, + // ], + // }, + // ], + // }, { tag: "div", class: "section-contents page-contents-center", -- GitLab