feat: use custom SVGs

This commit is contained in:
pskfyi 2022-01-14 22:02:55 -08:00 committed by pskfyi
commit bfed01bb56
17 changed files with 1429 additions and 12 deletions

View file

@ -58,11 +58,8 @@ export const state = () => ({
unlocked: false,
},
],
modalText:
'{{ Premise }}' +
'<br><br>' +
'{{ Click to generate <span class="fas fa-hourglass-half text-sm"></span> <b>Spare Time</b> }}',
modalIsOpen: true,
modalText: '',
modalIsOpen: false,
gameStopped: false,