Skip to content

Commit d2b7826

Browse files
Update apps/site/components/EOL/Table.tsx
Signed-off-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>
1 parent 5cd1b33 commit d2b7826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/components/EOL/Table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const EOLTable: FC = async () => {
1818
const t = await getTranslations();
1919

2020
return (
21-
<table id="tbVulnerabilities" className="download-table full-width">
21+
<table id="tbVulnerabilities">
2222
<thead>
2323
<tr>
2424
<th>

0 commit comments

Comments
 (0)