Skip to content

Commit 6338162

Browse files
fixed bug in content.js
1 parent be70e1d commit 6338162

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/data/content.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,13 @@ export const games = [
188188
icon: "https://img.freepik.com/free-vector/round-black-bomb-realistic-style_52683-15190.jpg?semt=ais_hybrid&w=740&q=80",
189189
urlTerm: "dont-click-the-bomb",
190190
element: <DontClickBomb />,
191+
},
192+
{
191193
title: "Typing Test",
192194
description: "Test your typing skills",
193195
icon :"https://typingmentor.com/_next/image/?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fbs3wcomf%2Fproduction%2F9f626374aa1c388a6418a077990771aff53d054f-1200x800.jpg%3Frect%3D0%2C35%2C1200%2C731%26w%3D808%26h%3D492%26fit%3Dcrop%26auto%3Dformat&w=1920&q=75",
194196
urlTerm:"TypingTest",
195197
element:<TypingTest/>,
196198

197199
}
198-
];
200+
];

0 commit comments

Comments
 (0)