From 5585645999cc8124712cd16850bdb2a9a613ba00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Wed, 5 May 2021 10:33:40 +0200 Subject: [PATCH] fix: link to docs for empty apps --- .../src/component/application/application-list-component.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/component/application/application-list-component.js b/frontend/src/component/application/application-list-component.js index f6076b7f16..5968f44e38 100644 --- a/frontend/src/component/application/application-list-component.js +++ b/frontend/src/component/application/application-list-component.js @@ -16,7 +16,7 @@ const Empty = () => (

You can read more about how to use Unleash in your application in the{' '} - documentation. + documentation. );