From 04b684dbfff52f76585422703c03362042da777d Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Fri, 24 May 2024 08:16:20 -0500 Subject: [PATCH] Revert uninential change --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index a783999cf..292814230 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ # pkgdown (development version) * New light switch makes it easy for users to switch between light and dark themes for the website (based on work in bslib by @gadenbuie). For now this behaviour is opt-in with `template.light-switch: true` but in the future we may turn it on automatically. See the customization vignette for details (#1696). -* The search drop-down has been tweaked to look more like the other navbar menu items (#2338). +* The search dropdown has been tweaked to look more like the other navbar menu items (#2338). * `vignette("search")` has been removed since BS3 is deprecated and all the BS5 docs are also included in `build_search()` (#2564). * YAML validation has been substantially improved so you should get much clearer errors if you have made a mistake (#1927). Please file an issue if you find a case where the error message is not helpful. * `template_reference()` and `template_article()` now only add backticks to function names if needed (#2561).