-
-
+
+
-
+
@@ -121,13 +118,9 @@
import { mapState, mapActions, mapGetters } from 'vuex';
import { util } from '~/_helpers';
import { loadingImgSrc } from '~/_store';
-import { Header } from '~/_components/layout';
export default {
name: 'app',
- components: {
- Header,
- },
data() {
return {
showLocaleSelector: false,
@@ -197,7 +190,7 @@ export default {
'/support',
'/legal',
];
-
+
return (
newPages.includes(this.$route.path) ||
newPages.filter((p) => this.$route.path.startsWith(p)).length
diff --git a/src/public/bubble_bkgrnd.png b/src/public/bubble_bkgrnd.png
new file mode 100644
index 0000000..5607dca
Binary files /dev/null and b/src/public/bubble_bkgrnd.png differ