random mascot, removed framasoft logos (fixes #10)

This commit is contained in:
Felix 2020-02-14 03:10:33 +01:00
parent 93c597ac49
commit 162d17df50
5 changed files with 1 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

View file

@ -4,12 +4,6 @@
<b-navbar toggleable="lg">
<b-navbar-brand to="/">
<img alt="PeerTube" :src="buildImgUrl('brand-small.png')">
<div class="support">
<translate>developed by</translate>
<img alt="Framasoft" :src="buildImgUrl('framasoft-logo-text-small.png')">
</div>
</b-navbar-brand>
<b-navbar-toggle target="nav-collapse"></b-navbar-toggle>

View file

@ -281,7 +281,7 @@
'mascot/oh.png',
'mascot/happy.png'
],
currentMascot: 0
currentMascot: Math.floor(Math.random() * 4)
}
},