Skip to content

Commit

Permalink
Merge pull request #82 from Sanketika-Obsrv/main
Browse files Browse the repository at this point in the history
Main to enterprise
  • Loading branch information
manjudr authored Nov 8, 2024
2 parents 47a724b + 7428d75 commit e6507a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web-console-v2/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/images/obsrvLogo.svg" />
<link rel="icon" href="/images/obsrvLogo.svg"/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Obsrv" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/images/obsrvLogo.svg" />
<link rel="apple-touch-icon" href="/images/obsrvLogo.svg"/>
<title>Obsrv</title>

<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand Down
2 changes: 1 addition & 1 deletion web-console-v2/src/pages/auth/components/logo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface Props {

const LogoSection = ({ reverse, isIcon, sx, to }: Props) => (
<ButtonBase
disableRipple component={Link} to={!to ? config.defaultPath : to} sx={sx}>
disableRipple sx={sx}>
{isIcon ? <LogoIcon /> : <Logo reverse={reverse} />}
</ButtonBase>
);
Expand Down

0 comments on commit e6507a7

Please sign in to comment.