From 1f0f4ed3bcd1983819448f0918039dc6473fdbc2 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 8 Dec 2020 16:26:53 +0100 Subject: [PATCH] Update Footer.js --- microsite/core/Footer.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/microsite/core/Footer.js b/microsite/core/Footer.js index 4a5bca6071..b97d1a5253 100644 --- a/microsite/core/Footer.js +++ b/microsite/core/Footer.js @@ -1,6 +1,4 @@ /* -* Made with <3 at Spotify - * Copyright 2020 Backstage Project Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -88,6 +86,9 @@ class Footer extends React.Component { )} +

+ Made with ❤️  at Spotify +

{this.props.config.copyright}

);