Skip to content

Commit f42be36

Browse files
committed
update parser badge text
1 parent c6a0ce1 commit f42be36

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/assets/invariant.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -505,17 +505,13 @@ span.parser-badge::before {
505505
}
506506

507507
.parser-badge:hover::after {
508-
content: 'PARSER DESCRIPTION';
508+
content: 'Parsers allow you to extract specific types of data from an input.';
509509
}
510510

511511
.builtin-badge {
512512
position: relative;
513513
}
514514

515-
.builtin-badge:hover::after {
516-
content: 'BUILTIN DESCRIPTION';
517-
}
518-
519515
.parser-badge:hover::after,
520516
.detector-badge:hover::after,
521517
.llm-badge:hover::after,

0 commit comments

Comments
 (0)