Skip to content

Commit bf70d0e

Browse files
authored
Fix formatting of video title in resources.tsx
1 parent 296af48 commit bf70d0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/data/resources.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,8 +535,7 @@ export default {
535535
video: [
536536
{
537537
type: "video",
538-
title:
539-
"React Hook Form - The Free Course",
538+
title: "React Hook Form - The Free Course",
540539
url: "https://youtu.be/lp8xXoG0xQY",
541540
authorUrl: "https://www.youtube.com/@codaffection",
542541
author: "CodAffection",

0 commit comments

Comments
 (0)