From cd675f6597eb32ca863f04b75b2f26bb33ab41dc Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 20 Dec 2020 16:22:31 -0700 Subject: [PATCH] Add trash icon to the configuration file. --- web/src/store/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/store/index.js b/web/src/store/index.js index e518fbd..5672dcb 100644 --- a/web/src/store/index.js +++ b/web/src/store/index.js @@ -34,6 +34,8 @@ export default new Vuex.Store({ guesser_card_button: `Ask Spirit`, eye_icon: `eye.svg`, + discard_hand_icon: `trash.svg`, + //===========================================================================// // DO NOT EDIT ANYTHING BELOW THIS COMMENT view: `login`,