From e07e03c26d00b831b033a6a90bb87946d6b25fd6 Mon Sep 17 00:00:00 2001 From: Alex Khomenko Date: Tue, 11 Feb 2020 14:00:06 +0200 Subject: [PATCH] Read `target` prop from the links in the footer (#22074) * Grafana-core: Read target prop from the links in footer instead of having them hardcoded * Grafana-core: Update ServerStats snapshot --- public/app/core/components/Footer/Footer.tsx | 2 +- .../app/features/admin/__snapshots__/ServerStats.test.tsx.snap | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/public/app/core/components/Footer/Footer.tsx b/public/app/core/components/Footer/Footer.tsx index 1d70febf7f9..b5633c8eb60 100644 --- a/public/app/core/components/Footer/Footer.tsx +++ b/public/app/core/components/Footer/Footer.tsx @@ -68,7 +68,7 @@ export const Footer: FC = React.memo(() => {