diff --git a/src/components/PageHeader.vue b/src/components/PageHeader.vue index a5059c0b..eb22821b 100755 --- a/src/components/PageHeader.vue +++ b/src/components/PageHeader.vue @@ -34,7 +34,7 @@ :to="{ name: 'notes' }" v-b-tooltip.hover.right > - + -
-
{{ games[gameId] && games[gameId].name ? games[gameId].name : '' }}
+
+ - - - +
+
+ {{ games[gameId] && games[gameId].name ? games[gameId].name : '' }} +
+ + + + +
@@ -134,7 +143,7 @@ export default {