0
0
Fork 0

Move the eye icon to the config

This commit is contained in:
Oliver-Akins 2021-03-03 22:37:56 -07:00
parent 56cb1ed483
commit 45f3c201f9
2 changed files with 5 additions and 1 deletions

View file

@ -51,6 +51,10 @@ export const writer_name = `Spirit`;
*/ */
export const guesser_name = `Medium`; export const guesser_name = `Medium`;
/**
* The icon name for the Eye displayed on the main board.
*/
export const eye_icon = `eye.svg`;
/** /**
* The URI that socket IO tries to connect to for websocket communication when * The URI that socket IO tries to connect to for websocket communication when

View file

@ -18,7 +18,7 @@ export default new Vuex.Store({
guesser_name: conf.guesser_name, guesser_name: conf.guesser_name,
guesser_card_button: `Ask Spirit`, guesser_card_button: `Ask Spirit`,
eye_icon: `eye.svg`, eye_icon: conf.eye_icon,
discard_hand_icon: `trash.svg`, discard_hand_icon: `trash.svg`,