diff --git a/public/img/framasoft-big-logo.png b/public/img/framasoft-big-logo.png deleted file mode 100644 index 1ab2fc3..0000000 Binary files a/public/img/framasoft-big-logo.png and /dev/null differ diff --git a/public/img/framasoft-logo-text-small.png b/public/img/framasoft-logo-text-small.png deleted file mode 100644 index b4a2dd3..0000000 Binary files a/public/img/framasoft-logo-text-small.png and /dev/null differ diff --git a/public/img/framasoft-logo-text.png b/public/img/framasoft-logo-text.png deleted file mode 100644 index fbf7996..0000000 Binary files a/public/img/framasoft-logo-text.png and /dev/null differ diff --git a/src/components/Header.vue b/src/components/Header.vue index ec5786f..671010e 100644 --- a/src/components/Header.vue +++ b/src/components/Header.vue @@ -4,12 +4,6 @@ PeerTube - -
- developed by - - Framasoft -
diff --git a/src/views/Home.vue b/src/views/Home.vue index 2139176..f0737a5 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -281,7 +281,7 @@ 'mascot/oh.png', 'mascot/happy.png' ], - currentMascot: 0 + currentMascot: Math.floor(Math.random() * 4) } },