Skip to content

Commit 0aecb5a

Browse files
authored
Remove lighbulb
1 parent fb30b28 commit 0aecb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frontend/src/components/audit/FiltersPanel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function toggleWildcardToolTip(show: boolean) {
7070
<div class="filter-component text-search-container">
7171
<Tippy ref="wildcardTooltipRef" trigger="click" :hideOnClick="false">
7272
<template #content>
73-
<h4>Use <i class="fa fa-asterisk asterisk" /> to do wildcard searches <i class="fa fa-lightbulb-o" style="color: #e6c201" /></h4>
73+
<h4>Use <i class="fa fa-asterisk asterisk" /> to do wildcard searches</h4>
7474
<p>
7575
Example: <i><i class="fa fa-asterisk asterisk" />World!</i> or <i>Hello<i class="fa fa-asterisk asterisk" /></i>, to look for <i>Hello World!</i>
7676
</p>

0 commit comments

Comments
 (0)