Skip to content

Commit 689c742

Browse files
committed
feat(): version + dependency update
1 parent c1b000f commit 689c742

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/components/organism/RequirementsSection.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@ import React from "react";
33

44
const requirements = [
55
{
6-
label: "Node.js (v18+ reccommended)",
6+
label: "Node.js (v18+ recommended)",
77
url: "https://nodejs.org/en/download/"
8-
},
9-
{
10-
label: "Git",
11-
url: "https://git-scm.com/downloads"
12-
},
8+
}
139
];
1410

1511
const RequirementsSection: React.FC = () => (

0 commit comments

Comments
 (0)