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 6147a1b commit ce00f59Copy full SHA for ce00f59
app/page.tsx
@@ -96,6 +96,7 @@ export default function LandingPage() {
96
<ArrowRight className="ml-2 h-4 w-4" />
97
</Button>
98
</Link>
99
+ <a href="https://github.com/ShahVandit8/blockchain-simulator" >
100
<Button
101
size="lg"
102
variant="outline"
@@ -104,6 +105,7 @@ export default function LandingPage() {
104
105
<Github className="mr-2 h-4 w-4" />
106
GitHub
107
108
+ </a>
109
</div>
110
</motion.div>
111
0 commit comments