Skip to content

Commit 0e72a13

Browse files
authored
Merge pull request #3456 from CVEProject/int
2/14/25 Release: INT to MAIN
2 parents 515dd1c + 797b1b6 commit 0e72a13

2 files changed

Lines changed: 4 additions & 16 deletions

File tree

src/assets/data/NotificationBanner.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,6 @@
1919
{
2020
"contentType": "paragraph",
2121
"content": "."
22-
},
23-
{
24-
"contentType": "paragraph",
25-
"content": "<br/><br/>"
26-
},
27-
{
28-
"contentType": "paragraph",
29-
"content": "<strong>Notice: </strong>"
30-
},
31-
{
32-
"contentType": "paragraph",
33-
"content": "On Thursday, February 13, 2025, the CVE Program will be performing maintenance on the CVE List repository to correct inaccuracies in the DATE fields of approximately 3,500 CVE Records (i.e., in the date published, date reserved, date updated, and date modified fields). Only DATE fields will be updated during this maintenance. The repository will remain operational during this time."
3422
}
3523
]
3624
}

src/components/HomeModule.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<div class="tile is-ancestor cve-task-tiles-container">
3636
<div class="tile is-parent cve-task-access-tile">
3737
<article class="tile is-child cve-border-dark-blue">
38-
<h3 class="title cve-task-tile-header">
38+
<h3 class="title is-4 cve-task-tile-header">
3939
<span class="icon is-medium is-block cve-task-tile-icon"><font-awesome-icon :icon="['far', 'arrow-alt-circle-right']" /></span>
4040
Access
4141
</h3>
@@ -70,7 +70,7 @@
7070
</div>
7171
<div class="tile is-parent cve-task-learn-tile">
7272
<article class="tile is-child cve-border-dark-blue">
73-
<h3 class="title cve-task-tile-header">
73+
<h3 class="title is-4 cve-task-tile-header">
7474
<span class="icon is-medium is-block cve-task-tile-icon"><font-awesome-icon :icon="['fab', 'leanpub']"/></span>
7575
Learn
7676
</h3>
@@ -93,7 +93,7 @@
9393
</div>
9494
<div class="tile is-parent cve-task-report-tile">
9595
<article class="tile is-child cve-border-dark-blue">
96-
<h3 class="title is-4 cve-task-tile-header">
96+
<h3 class="title is-5 cve-task-tile-header">
9797
<span class="icon is-medium is-block cve-task-tile-icon"><font-awesome-icon :icon="['far', 'clipboard']" /></span>
9898
Report/Request
9999
</h3>
@@ -274,7 +274,7 @@ export default {
274274
.cve-task-tile-header {
275275
background-color: $theme-color-primary-darker;
276276
color: white;
277-
padding: 8px 10px 8px 10px;
277+
padding: 8px 10px 0px 10px;
278278
text-align: left;
279279
display: flex;
280280
}

0 commit comments

Comments
 (0)