- 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.
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 @@
+
+
+ DiceCloud is a single-developer project started in 2014 with the aim of
+ being a character sheet that stayed in sync between the DM and their
+ players, and made it clear where every value in the sheet came from, and
+ how it was calculated.
+
+ Sam My fiancée, without whom DiceCloud could not hope to exist
+
+ The "Heroes" of Asaea The D&D party whose joy was the fuel
+ with which DiceCloud was powered
+
+ Special Thanks
+
+
+ Paragon tier Patrons
+
+
- 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.