Skip to content

Commit f2f106e

Browse files
committed
PublishedRecord: remove "cve-capitalize-first-letter" class from CNA H1 heading
1 parent b648586 commit f2f106e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/CVERecord/PublishedRecord.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<h2 class="title">Required CVE Record Information</h2>
6262
<AdpVulnerabilityEnrichment v-if="Object.keys(cnaContainer).length > 0" role="cna" :selectedCnaData="cveFieldList"
6363
:containerObject="cnaContainer" :orgId="`cna-${cnaContainer.providerMetadata.orgId}`" :anchorId="cnaContainer.onPageMenu.anchorId">
64-
<h1 class="mb-1 has-text-white cve-capitalize-first-letter">
64+
<h1 class="mb-1 has-text-white">
6565
<span v-if="!isLoading">{{ cnaContainer.onPageMenu.label }} </span>
6666
<span v-else>
6767
<span class="icon">

0 commit comments

Comments
 (0)