Skip to content

Commit

Permalink
issue Healthlane-Technologies#263 resolved - Brand logo is not misall…
Browse files Browse the repository at this point in the history
…igned in Firefox now
  • Loading branch information
yashmangal112 committed Jul 8, 2024
1 parent 073d644 commit dd97abe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/public/mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* tslint:disable */

/**
* Mock Service Worker (1.3.0).
* Mock Service Worker (1.3.3).
* @see https://github.com/mswjs/msw
* - Please do NOT modify this file.
* - Please do NOT serve this file on production.
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/Layout/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ export default function Layout({
>
<div className="flex items-center justify-between gap-[48px]">
<Link to="/platform">
<BrandIcon className="h-[20px] w-fit" />
<BrandIcon className="h-[20px] w-auto max-w-[100px]" />
</Link>
<NavSearchForm />
<NavSearchForm className="flex-grow" />
</div>
<div className="flex items-center gap-[40px]">
<ProfileMenu />
Expand Down

0 comments on commit dd97abe

Please sign in to comment.