mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-08 08:04:30 +01:00
20
documentation/src/components/WindowsDesktopInstallButtons.js
Normal file
20
documentation/src/components/WindowsDesktopInstallButtons.js
Normal file
@@ -0,0 +1,20 @@
|
||||
import Link from "@docusaurus/Link";
|
||||
import { IconDownload } from "@site/src/components/icons/download";
|
||||
|
||||
const WindowsDesktopInstallButtons = () => {
|
||||
return (
|
||||
<div>
|
||||
<p>To download Goose Desktop for Windows, click the button below:</p>
|
||||
<div className="pill-button">
|
||||
<Link
|
||||
className="button button--primary button--lg"
|
||||
to="https://github.com/block/goose/releases/download/v1.0.29/Goose-win32-x64.zip"
|
||||
>
|
||||
<IconDownload /> Windows
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default WindowsDesktopInstallButtons;
|
||||
Reference in New Issue
Block a user