This commit is contained in:
Gamebrary 2022-11-05 22:33:13 -07:00
parent 6a429e2031
commit 5d90752f94
2 changed files with 7 additions and 5 deletions

View file

@ -26,10 +26,12 @@
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6973051121553624" crossorigin="anonymous"></script>
<script>
<!-- <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6973051121553624" crossorigin="anonymous"></script> -->
<!-- <script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</script> -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6973051121553624"
crossorigin="anonymous"></script>
<script>
if (location.hostname !== 'localhost') {
(function(h,o,t,j,a,r){

View file

@ -14,14 +14,14 @@
<i class="fa fa-plus" aria-hidden="true" />
</b-button>
<b-button
<!-- <b-button
v-if="sortedBoards.length > 10"
title="Boards"
class="mr-2"
:to="{ name: 'boards' }"
>
View all
</b-button>
</b-button> -->
</div>
</portal>