Skip to content

Commit b5f45d0

Browse files
committed
Fix: Capital case for talk
1 parent 0a282d5 commit b5f45d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ export default function Home() {
237237
Tech Talks and Videos
238238
</h3>
239239
<Talks
240-
title={`Crafting the perfect portfolio website for developers`}
240+
title={`Crafting The Perfect Portfolio Website For Developers`}
241241
description={` Talked about how to effectively utilise a portfolio website to
242242
put yourself in the best position to win.`}
243243
company={`roc8.careers`}

0 commit comments

Comments
 (0)