Skip to content

Commit b664ae4

Browse files
committed
Source Code Card
1 parent 581e6fb commit b664ae4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Hero/index.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import {
22
Drill,
3+
FolderGit2,
34
LibraryBig,
45
ToolCase,
56
Trees,
@@ -29,6 +30,7 @@ export function Hero() {
2930
<HeroCard name="GSAM Compiler" icon={Drill} />
3031
<HeroCard name="Online Editor" icon={ToolCase} />
3132
<HeroCard name="Documentation" icon={LibraryBig} />
33+
<HeroCard name="Source Code" icon={FolderGit2} />
3234
</div>
3335
</div>
3436
</>);

0 commit comments

Comments
 (0)