mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 01:13:39 +10:00
feat: fix getting started button
This commit is contained in:
@@ -29,7 +29,7 @@ function Hero() {
|
|||||||
Steam and Epic.
|
Steam and Epic.
|
||||||
</p>
|
</p>
|
||||||
<div className="mt-12 flex flex-col gap-x-6 gap-y-4 sm:flex-row">
|
<div className="mt-12 flex flex-col gap-x-6 gap-y-4 sm:flex-row">
|
||||||
<Button href="#">Get started</Button>
|
<Button href="https://docs.droposs.org/docs/guides/quickstart">Get started</Button>
|
||||||
<Button variant="secondary" href="/about">
|
<Button variant="secondary" href="/about">
|
||||||
About
|
About
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user