mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-21 04:33:56 +00:00
Update LandingPage.tsx
This commit is contained in:
committed by
momo5502
parent
7760bec067
commit
1c5a7f249a
@@ -71,7 +71,7 @@ export function LandingPage() {
|
||||
A high-performance Windows user space emulator
|
||||
</p>
|
||||
<div className="flex flex-wrap gap-4 justify-center md:justify-start">
|
||||
<a href="#/playground" target="_blank">
|
||||
<a href="#/playground">
|
||||
<Button
|
||||
size="lg"
|
||||
className="bg-white text-blue-700 hover:bg-blue-50"
|
||||
@@ -183,11 +183,7 @@ export function LandingPage() {
|
||||
>
|
||||
<Github className="h-6 w-6" />
|
||||
</a>
|
||||
<a
|
||||
href="#/playground"
|
||||
target="_blank"
|
||||
className="hover:text-blue-400"
|
||||
>
|
||||
<a href="#/playground" className="hover:text-blue-400">
|
||||
<ExternalLink className="h-6 w-6" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user