Skip to content

Commit 136170a

Browse files
committed
small fixes
1 parent c7851ad commit 136170a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/NewsSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type NewsItem = {
99
const newsItems: NewsItem[] = [
1010
{
1111
icon: <FiStar size={20} className="text-primary" />,
12-
text: <>SECOM got accepted at <a href="https://2025.msrconf.org/details/msr-2025-technical-papers/47/Towards-Security-Commit-Message-Standardization" target="_blank">MSR'25</a> - Research Track. <a href="/msr25_slides.pdf" target="_blank">Slides</a>, <a href="/MSR_25.pdf" target="_blank">Paper</a></>,
12+
text: <>SECOM published at <a href="https://2025.msrconf.org/details/msr-2025-technical-papers/47/Towards-Security-Commit-Message-Standardization" target="_blank">MSR'25</a> - Research Track. <a href="/msr25_slides.pdf" target="_blank">Slides</a>, <a href="/MSR_25.pdf" target="_blank">Paper</a></>,
1313
date: "May 2025"
1414
},
1515
{

0 commit comments

Comments
 (0)