From 2818cb708cfc6fb4c73eaec9fd739e5c4b64dd72 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 8 Dec 2021 01:14:11 -0500 Subject: [PATCH] Fix single quotes in js obj --- pages/resources.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/resources.tsx b/pages/resources.tsx index 6e51272..7ffc43b 100644 --- a/pages/resources.tsx +++ b/pages/resources.tsx @@ -22,7 +22,7 @@ const list = [{ }, { url: 'https://www.atlassian.com/git/', - title: 'Atlassian's Git Guide' + title: 'Atlassian\'s Git Guide' }, { url: 'https://learnopengl.com/', @@ -49,7 +49,7 @@ const list = [{ url: 'https://mtlynch.io/code-review-love/' }, { - title: 'What's in the box? by @fasterthanlime', + title: 'What\'s in the box? by @fasterthanlime', url: 'https://fasterthanli.me/articles/whats-in-the-box' } ]