We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe67ad commit 1b1f674Copy full SHA for 1b1f674
1 file changed
web-report/src/components/Header.tsx
@@ -11,7 +11,7 @@ interface IHeaderProps {
11
export const Header: React.FC<IHeaderProps> = ({date, tool_name_version, schema_version}) => (
12
<>
13
<div className="justify-between border-b border-black pb-2 mb-4">
14
- <div className="font-extrabold" data-testid="header-creation-date">WEB FUZZING COMMONS</div>
+ <div className="font-extrabold">WEB FUZZING COMMONS</div>
15
</div>
16
<div className="flex justify-between border-b border-black pb-2 mb-4">
17
<ReportTooltip tooltipText={info.creation_date}>
0 commit comments