From 211fe2e3ac48cd49f804a6100781fdecf3d8f626 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 10 Dec 2020 15:19:55 -0700 Subject: [PATCH] Add config option for the eye icon. --- web/src/store/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/store/index.js b/web/src/store/index.js index 08961a5..dc667ea 100644 --- a/web/src/store/index.js +++ b/web/src/store/index.js @@ -27,6 +27,7 @@ export default new Vuex.Store({ }, writer_name: `Spirit`, guesser_name: `Medium`, + eye_icon: `eye.svg`, //===========================================================================// // DO NOT EDIT ANYTHING BELOW THIS COMMENT