From 4ca2e06e6c2c4d6977e28b49f25b836bb12dbc41 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Mon, 11 Nov 2019 10:07:42 +0000 Subject: [PATCH] Remove redundant custom footer component Now the footer links have headings we don't need this. --- app/templates/components/notify-footer.html | 90 --------------------- 1 file changed, 90 deletions(-) delete mode 100644 app/templates/components/notify-footer.html diff --git a/app/templates/components/notify-footer.html b/app/templates/components/notify-footer.html deleted file mode 100644 index ccb8f2301..000000000 --- a/app/templates/components/notify-footer.html +++ /dev/null @@ -1,90 +0,0 @@ -{% macro notify_footer(params) %} - - - -{% endmacro %}