Skip to content

Commit

Permalink
Merge pull request #121 from vtex-apps/update/remove-search-navbar
Browse files Browse the repository at this point in the history
Update TopNav.tsx
  • Loading branch information
carolinamenezes authored Dec 1, 2021
2 parents f6f58a2 + 6469f21 commit 058cff6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed
- Removed the SearchBar and Logo components from TopNav.

### Added
- Crowdin file

Expand Down
6 changes: 0 additions & 6 deletions react/components/TopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { Drawer } from 'vtex.store-drawer'
import { useSideBarContentState } from './SideBarContext'
import { IO_DOCUMENTATION } from '../modules/constantExports'
import VTEXPink from './icons/VTEXPink'
import SearchBar from './SearchBar'
import { formatLink } from '../modules'
import SideBarItem from './SideBarItem'

Expand All @@ -27,10 +26,6 @@ const TopNav = () => {
</Drawer>
</div>

<Link to="/docs/home" className="flex items-center">
<VTEXPink />
</Link>

<div className="flex">
<a
href="https://help.vtex.com/developer-docs"
Expand All @@ -40,7 +35,6 @@ const TopNav = () => {
<a href="https://www.vtex.com/partner/" className={navLinkClass}>
<FormattedMessage id="docs-ui/nav.partner" />
</a>
<SearchBar />
</div>
</div>
</nav>
Expand Down

0 comments on commit 058cff6

Please sign in to comment.