Skip to content

Commit

Permalink
DOP-4908: remove search icon from top nav (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
seungpark authored Sep 19, 2024
1 parent afc755e commit 2fa4d40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const Header = ({ eol, template }) => {
<>
<UnifiedNav
fullWidth="true"
hideSearch="true"
position="relative"
property={{ name: unifiedNavProperty }}
showLanguageSelector={true}
Expand All @@ -43,6 +44,7 @@ const Header = ({ eol, template }) => {
/>
<UnifiedNav
fullWidth="true"
hideSearch="true"
position="relative"
property={{ name: unifiedNavProperty }}
showLanguageSelector={true}
Expand Down

0 comments on commit 2fa4d40

Please sign in to comment.