diff --git a/src/assets/account.png b/src/assets/account.png new file mode 100644 index 0000000..9eca184 Binary files /dev/null and b/src/assets/account.png differ diff --git a/src/components/ConfigSection.vue b/src/components/ConfigSection.vue index ace94c3..1761779 100644 --- a/src/components/ConfigSection.vue +++ b/src/components/ConfigSection.vue @@ -86,7 +86,16 @@ -

Quests Unlocks

+

Quests Unlocks

+ + + Unlocked all + + + +
{ + quest.unlock = value; + }); } }, created() { diff --git a/src/components/LeftNav.vue b/src/components/LeftNav.vue index 7ad16d9..b9bb566 100644 --- a/src/components/LeftNav.vue +++ b/src/components/LeftNav.vue @@ -34,7 +34,7 @@ export default { links: [ { id: 100, - icon: 'hiscores.png', + icon: 'account.png', title: 'Account settings', to: 'config', }, diff --git a/src/main.js b/src/main.js index 02cf5f0..990f3c7 100644 --- a/src/main.js +++ b/src/main.js @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2019, Bart van der Braak + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * @author Bart + */ + import '@babel/polyfill' import 'mutationobserver-shim' import 'lodash'