mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 12:36:56 +00:00
remove home redirect link from the navbar logo (#20513)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
This commit is contained in:
parent
9b5e1f0a59
commit
461c3c5da6
@ -18,7 +18,6 @@ import classNames from 'classnames';
|
||||
import { noop } from 'lodash';
|
||||
import React, { useCallback, useMemo, useState } from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { Link } from 'react-router-dom';
|
||||
import {
|
||||
LOGOUT_ITEM,
|
||||
SETTING_ITEM,
|
||||
@ -128,16 +127,14 @@ const LeftSidebar = ({
|
||||
trigger={null}
|
||||
width={228}>
|
||||
<div className="logo-container">
|
||||
<Link className="flex-shrink-0" id="openmetadata_logo" to="/">
|
||||
<BrandImage
|
||||
alt="OpenMetadata Logo"
|
||||
className="vertical-middle"
|
||||
dataTestId="image"
|
||||
height={40}
|
||||
isMonoGram={isSidebarCollapsed}
|
||||
width="auto"
|
||||
/>
|
||||
</Link>
|
||||
<BrandImage
|
||||
alt="OpenMetadata Logo"
|
||||
className="vertical-middle"
|
||||
dataTestId="image"
|
||||
height={40}
|
||||
isMonoGram={isSidebarCollapsed}
|
||||
width="auto"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<Menu
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user