complete checkin for juan; config tweaks & mock tweaks

This commit is contained in:
Tim Olson
2023-10-19 17:33:15 -04:00
parent dc23ecdd20
commit 6c268bba97
5 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ export const useStore = defineStore('app', {
pendingOrders: [], // created but not yet sent to metamask. maybe waiting on vault creation.
errors: [{
title: 'DANGER!',
text: 'This is early development (alpha) software, which could have severe bugs that lose all your money. Thank you for testing a SMALL amount!',
text: 'This is early development (alpha) software. There could be severe bugs that lose all your money. Thank you for testing a SMALL amount!',
closeable: false
}],
extraTokens: {},