forked from nutomic/joinpeertube
random mascot, removed framasoft logos (fixes #10)
This commit is contained in:
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 |
|
@ -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>
|
||||
|
|
|
@ -281,7 +281,7 @@
|
|||
'mascot/oh.png',
|
||||
'mascot/happy.png'
|
||||
],
|
||||
currentMascot: 0
|
||||
currentMascot: Math.floor(Math.random() * 4)
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue