Meilleures briques
This commit is contained in:
parent
72f1a72b7c
commit
872694accb
9 changed files with 160 additions and 102 deletions
|
@ -203,10 +203,12 @@ function updateThemeHeader(theme) {
|
|||
const brickFiles = [
|
||||
'bricks-productivite.json',
|
||||
'bricks-developpement.json',
|
||||
'bricks-medias-sociaux.json',
|
||||
'bricks-reseaux.json',
|
||||
'bricks-marketing.json',
|
||||
'bricks-coaching.json',
|
||||
'bricks-ai-techbro.json'
|
||||
'bricks-techbro.json',
|
||||
'bricks-cybersec.json',
|
||||
'bricks-gafam.json'
|
||||
];
|
||||
const randomFile = brickFiles[Math.floor(Math.random() * brickFiles.length)];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue