catalog: remove home page clocks
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -14,13 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import {
|
||||
configApiRef,
|
||||
Header,
|
||||
HomepageTimer,
|
||||
Page,
|
||||
useApi,
|
||||
} from '@backstage/core';
|
||||
import { configApiRef, Header, Page, useApi } from '@backstage/core';
|
||||
import React from 'react';
|
||||
|
||||
type Props = {
|
||||
@@ -37,9 +31,7 @@ const CatalogLayout = ({ children }: Props) => {
|
||||
title={`${orgName} Catalog`}
|
||||
subtitle={`Index of software components in ${orgName}`}
|
||||
pageTitleOverride="Home"
|
||||
>
|
||||
<HomepageTimer />
|
||||
</Header>
|
||||
/>
|
||||
{children}
|
||||
</Page>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user