Skip to content

Commit ebcbc72

Browse files
committed
Fix capitalization in tags for Preparation resources in ResourcesCards component
1 parent 04b7ab1 commit ebcbc72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Page/Resources.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ const ResourcesCards = () => {
371371
title: 'Preparation',
372372
description: 'Resources and kits to ace your tech interviews and exams.',
373373
link: '/Preparation',
374-
tags: ['interviews', 'preparation', 'resources', 'Exam preparation'],
374+
tags: ['Interviews', 'Preparation', 'Resources', 'Exam Preparation'],
375375
},
376376
];
377377

0 commit comments

Comments
 (0)