Skip to content

Commit 46e706a

Browse files
committed
Fix Modrinth latest project text caps
1 parent 7436337 commit 46e706a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ModrinthProject.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default async function ModrinthProject(props: ModrinthProjectProps) {
4444
)}
4545
<div className={styles.textContainer}>
4646
<div>
47-
<p className={styles.titleInfo}>Latest project</p>
47+
<p className={styles.titleInfo}>Latest Project</p>
4848
<h3 className={styles.title}>
4949
<mark>{project.title}</mark>
5050
</h3>

0 commit comments

Comments
 (0)