From 8d64ab3a3824e9432aa5b3a5a3f2ec8718fa6b89 Mon Sep 17 00:00:00 2001 From: Jim Dinias <129774378+jimmydin7@users.noreply.github.com> Date: Sun, 7 Sep 2025 01:39:02 +0300 Subject: [PATCH] fix small typo --- src/pages/Index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index e43780d..5f1b2fc 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -417,7 +417,7 @@ const Index = () => {

How can I get the full 5000?

-

In order to get the full 5000, you need to qualify for the OSHWLab stars prohgram. Hack Club will pay for your shipping on top.

+

In order to get the full 5000, you need to qualify for the OSHWLab stars program. Hack Club will pay for your shipping on top.

When does this program end?

@@ -484,4 +484,4 @@ const IndexPage = () => { ); } -export default IndexPage; \ No newline at end of file +export default IndexPage;