🐛 Fix search not showing when main menu empty

This commit is contained in:
James Panther
2022-06-25 10:40:24 +10:00
parent 7fa433ddab
commit 84e5e46971
2 changed files with 17 additions and 11 deletions
+4
View File
@@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Upgrade to Tailwind v3.1.4 ([#225](https://github.com/jpanther/congo/pull/225))
### Fixed
- Search would not appear in header if main menu had no links to display
## [2.2.3] - 2022-06-22
### Changed