We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073d644 commit dd97abeCopy full SHA for dd97abe
frontend/public/mockServiceWorker.js
@@ -2,7 +2,7 @@
2
/* tslint:disable */
3
4
/**
5
- * Mock Service Worker (1.3.0).
+ * Mock Service Worker (1.3.3).
6
* @see https://github.com/mswjs/msw
7
* - Please do NOT modify this file.
8
* - Please do NOT serve this file on production.
frontend/src/components/Layout/index.jsx
@@ -45,9 +45,9 @@ export default function Layout({
45
>
46
<div className="flex items-center justify-between gap-[48px]">
47
<Link to="/platform">
48
- <BrandIcon className="h-[20px] w-fit" />
+ <BrandIcon className="h-[20px] w-auto max-w-[100px]" />
49
</Link>
50
- <NavSearchForm />
+ <NavSearchForm className="flex-grow" />
51
</div>
52
<div className="flex items-center gap-[40px]">
53
<ProfileMenu />
0 commit comments