Skip to content

Commit

Permalink
search: remove unified on 28
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <radialapps@gmail.com>
  • Loading branch information
pulsejet committed Apr 1, 2024
1 parent 5a9908e commit f10ef68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/modal/SearchModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ export default defineComponent({
component.$mount(div);
// remove unified search button
document.querySelector<HTMLDivElement>('.unified-search-menu')?.remove(); // 28+
document.querySelector<HTMLDivElement>('.unified-search-menu')?.remove(); // 29+
document.querySelector<HTMLDivElement>('.unified-search__button')?.remove(); // 28
document.querySelector<HTMLDivElement>('.header-menu.unified-search')?.remove(); // 27
}
},
Expand Down

0 comments on commit f10ef68

Please sign in to comment.