Skip to content

Commit 1feb1ad

Browse files
committed
Mute small text
1 parent 8521fc0 commit 1feb1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monorepo/CodeIntelligence/CodeIntelligence.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ protected function formatBladeElementIdentifiers(): string
407407
if (! str_contains($identifier, '$')) {
408408
$identifier = '#'.$identifier;
409409
}
410-
$html .= sprintf('<li><code>%s</code> <small>(%d %s)</small></li>', e($identifier), $count, $occurrence);
410+
$html .= sprintf('<li><code>%s</code> <small class="text-muted">(%d %s)</small></li>', e($identifier), $count, $occurrence);
411411
}
412412

413413
return $html;

0 commit comments

Comments
 (0)