From 7562b47f18f0cba00c36899fa7848a3c6f0f6eb0 Mon Sep 17 00:00:00 2001 From: HF Date: Sun, 18 Sep 2022 05:08:54 +0200 Subject: [PATCH] test filter --- src/components/buttons/ChristmasButton.jsx | 10 +++------- src/ui/ChunkRGB.js | 1 + 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/components/buttons/ChristmasButton.jsx b/src/components/buttons/ChristmasButton.jsx index 3c185c5..0721505 100644 --- a/src/components/buttons/ChristmasButton.jsx +++ b/src/components/buttons/ChristmasButton.jsx @@ -4,16 +4,12 @@ */ import React, { useState } from 'react'; -import { GiPineTree } from 'react-icons/gi'; +import { AiOutlineThunderbolt } from 'react-icons/ai'; import SnowStorm from '../../ui/snow'; const videoIds = [ - 'bMPpZlok6aU', - 'xcrYffFhTlw', - 'lCZ5kIFz-h8', - 'XSpYaEdpKxY', - 'dTX-6WdiXx8', + 'mJ2FURhZgy8', ]; const snowStorm = new SnowStorm(window, document); @@ -41,7 +37,7 @@ const ChristmasButton = () => { : '0 0 9px 6px rgba(189, 0, 0, 0.8)', }} > - + {(playing) && (