Skip to content

Commit

Permalink
feat: added a new logo for sidebar and login page (#6005)
Browse files Browse the repository at this point in the history
* feat: added a new logo for sidebar and login page

* chore: removed the signoz-signup.svg

* feat: updated the svg

* feat: updated the svg
  • Loading branch information
rahulkeswani101 authored Sep 30, 2024
1 parent 4c95df4 commit 794d6fc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 21 deletions.
18 changes: 7 additions & 11 deletions frontend/public/Logos/signoz-brand-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/public/favicon.ico
Binary file not shown.
9 changes: 0 additions & 9 deletions frontend/public/signoz-signup.svg

This file was deleted.

2 changes: 1 addition & 1 deletion frontend/src/components/WelcomeLeftContainer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function WelcomeLeftContainer({
<Container>
<LeftContainer direction="vertical">
<Space align="center">
<Logo src="signoz-signup.svg" alt="logo" />
<Logo src="/Logos/signoz-brand-logo.svg" alt="logo" />
<Title style={{ fontSize: '46px', margin: 0 }}>SigNoz</Title>
</Space>
<Typography>{t('monitor_signup')}</Typography>
Expand Down

0 comments on commit 794d6fc

Please sign in to comment.