We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581e6fb commit b664ae4Copy full SHA for b664ae4
src/components/Hero/index.jsx
@@ -1,5 +1,6 @@
1
import {
2
Drill,
3
+ FolderGit2,
4
LibraryBig,
5
ToolCase,
6
Trees,
@@ -29,6 +30,7 @@ export function Hero() {
29
30
<HeroCard name="GSAM Compiler" icon={Drill} />
31
<HeroCard name="Online Editor" icon={ToolCase} />
32
<HeroCard name="Documentation" icon={LibraryBig} />
33
+ <HeroCard name="Source Code" icon={FolderGit2} />
34
</div>
35
36
</>);
0 commit comments