Skip to content

Commit cc796dd

Browse files
committed
Rename search widget component to search modal
1 parent b592ae0 commit cc796dd

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ This serves two purposes:
9797
- **Breaking:** Replaced `--run-dev` and `--run-prod` build command flags with a single `--run-vite` flag that uses Vite to build assets in https://github.com/hydephp/develop/pull/2013
9898
- Moved the Vite build step to run before the site build to prevent duplicate media asset transfers in https://github.com/hydephp/develop/pull/2013
9999
- Ported the HydeSearch plugin used for the documentation search to be an Alpine.js implementation in https://github.com/hydephp/develop/pull/2029
100+
- Renamed Blade component `hyde::components.docs.search-widget` to `hyde::components.docs.search-modal` in https://github.com/hydephp/develop/pull/2029
100101

101102
### Deprecated
102103

packages/framework/resources/views/layouts/docs.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@include('hyde::components.docs.sidebar-backdrop')
1919

2020
@if(Hyde\Facades\Features::hasDocumentationSearch())
21-
@include('hyde::components.docs.search-widget')
21+
@include('hyde::components.docs.search-modal')
2222
@endif
2323
</div>
2424

0 commit comments

Comments
 (0)