From 3ceadeda32fd4be851d482704990cc8e75b550bd Mon Sep 17 00:00:00 2001 From: vrde Date: Tue, 21 Jul 2015 17:57:11 +0200 Subject: [PATCH] Fix trailing slash on footer --- js/components/footer.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/components/footer.js b/js/components/footer.js index 2faa0f21..66129bee 100644 --- a/js/components/footer.js +++ b/js/components/footer.js @@ -12,9 +12,9 @@ let Footer = React.createClass({


api | - impressum | - {getLangText('terms of service')} | - {getLangText('privacy')} + impressum | + {getLangText('terms of service')} | + {getLangText('privacy')}