diff --git a/app/imports/ui/layouts/Sidebar.vue b/app/imports/ui/layouts/Sidebar.vue index 1164c8fa..b91ced7f 100644 --- a/app/imports/ui/layouts/Sidebar.vue +++ b/app/imports/ui/layouts/Sidebar.vue @@ -136,8 +136,9 @@ {title: 'Home', icon: 'home', to: '/'}, {title: 'Characters', icon: 'portrait', to: '/characterList', requireLogin: true}, {title: 'Library', icon: 'book', to: '/library', requireLogin: true}, - {title: 'Friends', icon: 'people', to: '/friends', requireLogin: true}, - {title: 'Send Feedback', icon: 'bug_report', to: '/feedback'}, + //{title: 'Friends', icon: 'people', to: '/friends', requireLogin: true}, + {title: 'Feedback', icon: 'bug_report', to: '/feedback'}, + {title: 'About', icon: 'subject', to: '/about'}, {title: 'Patreon', icon: '', href: 'https://www.patreon.com/dicecloud'}, {title: 'Github', icon: '', href: 'https://github.com/ThaumRystra/DiceCloud/tree/version-2'}, ]; diff --git a/app/imports/ui/layouts/SingleCardLayout.vue b/app/imports/ui/layouts/SingleCardLayout.vue new file mode 100644 index 00000000..71505657 --- /dev/null +++ b/app/imports/ui/layouts/SingleCardLayout.vue @@ -0,0 +1,15 @@ + diff --git a/app/imports/ui/pages/About.vue b/app/imports/ui/pages/About.vue new file mode 100644 index 00000000..868b8765 --- /dev/null +++ b/app/imports/ui/pages/About.vue @@ -0,0 +1,88 @@ + + + + + diff --git a/app/imports/ui/pages/Home.vue b/app/imports/ui/pages/Home.vue index 9cf1ca97..ac26e16b 100644 --- a/app/imports/ui/pages/Home.vue +++ b/app/imports/ui/pages/Home.vue @@ -3,7 +3,7 @@

- Equiping items changes your characters stats automatically. Drag - items to other characters, or between sheets open on different - tabs. + Equiping items changes your characters stats automatically.

@@ -117,7 +115,6 @@ > -
- - - -
+ + +