Skip to content

Commit 26eeeac

Browse files
committed
fix: use the right close icon
1 parent fe51172 commit 26eeeac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nimiq-vitepress-theme/src/layout/SearchCommandBox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function formMarkRegex(terms: Set<string>) {
132132
<div w-full f-px-sm flex="~ items-center">
133133
<ListboxFilter v-model="filterText" nq-input-box w-full bg-transparent flex-1 placeholder="Search documentation" auto-focus />
134134
<DialogClose>
135-
<div i-nimiq:close text-18 />
135+
<div i-nimiq:cross text-18 />
136136
</DialogClose>
137137
</div>
138138

0 commit comments

Comments
 (0)