We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0043f23 commit 0b396b9Copy full SHA for 0b396b9
src/routes/team/[team]/(teamTabs)/vulnerabilities/+page.svelte
@@ -57,10 +57,10 @@
57
{:else}
58
<div class="grid">
59
<Card columns={12}>
60
- <h3>Current vulnerabilities for each application</h3>
61
<VulnerabilitiesGraph team={teamName} />
62
</Card>
63
+ <h3>Current vulnerabilities for each application</h3>
64
<Table
65
size="small"
66
sort={sortState}
0 commit comments