From c75ac73f146fb6916699e494f090bd753665f9d5 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 22 May 2019 15:25:03 +0200 Subject: Removed Heroke deploy buttom from the about page. --- src/web/templates/about.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/web/templates') diff --git a/src/web/templates/about.html b/src/web/templates/about.html index bed2d0d0..78a29d44 100644 --- a/src/web/templates/about.html +++ b/src/web/templates/about.html @@ -6,8 +6,6 @@

{{ _('Newspipe is a news aggregator platform.') }} {{ _('You can easily install Newspipe on your server.') }} - {{ _('Alternatively, you can deploy your own copy using this button:') }}

- https://www.herokucdn.com/deploy/button.png

{{ _('This software is under AGPLv3 license. You are welcome to copy, modify or redistribute the source code according to the Affero GPL license.') }}

-- cgit