Move the eye icon to the config
This commit is contained in:
parent
56cb1ed483
commit
45f3c201f9
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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`,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue