From ea57820c62da7308abccfb8c3fda4394503b170c Mon Sep 17 00:00:00 2001 From: David Sykes Date: Thu, 30 Jul 2020 11:30:01 +0100 Subject: [PATCH] Removed a div that was no longer needed --- .../src/reader/components/TechDocsNotFound.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/plugins/techdocs/src/reader/components/TechDocsNotFound.tsx b/plugins/techdocs/src/reader/components/TechDocsNotFound.tsx index 7f50a2861e..cbb038c0ce 100644 --- a/plugins/techdocs/src/reader/components/TechDocsNotFound.tsx +++ b/plugins/techdocs/src/reader/components/TechDocsNotFound.tsx @@ -19,12 +19,10 @@ import { ErrorPage } from '@backstage/core'; export const TechDocsNotFound = () => { return ( -
- -
+ ); };