Skip to content

Commit

Permalink
update: cognita logo (truefoundry#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan-truefoundry authored Apr 17, 2024
1 parent d490cbf commit f5166cc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified frontend/src/assets/img/logos/CognitaLightLogo.png
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/src/assets/img/logos/CognitaLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/screens/dashboard/docsqa/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default function NavBar({ children }: any) {
<img src={Bars} className="h-7 w-7" />
</div>
<Link to={'/'} className="mr-6">
<img src={Logo} className="h-8 w-[18rem]" />
<img src={Logo} className="h-8" />
</Link>
<div className="flex gap-5 items-center">{menu}</div>
</div>
Expand Down

0 comments on commit f5166cc

Please sign in to comment.