mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
fix: add gap between buttons in MacDesktopInstallButtons.js (#6452)
Signed-off-by: The-Best-Codes <bestcodes.official@gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@ const DesktopInstallButtons = () => {
|
||||
return (
|
||||
<div>
|
||||
<p>Click one of the buttons below to download goose Desktop for macOS:</p>
|
||||
<div className="pill-button">
|
||||
<div className="pill-button" style={{ display: 'flex', gap: '0.5rem', flexWrap: 'wrap' }}>
|
||||
<Link
|
||||
className="button button--primary button--lg"
|
||||
to="https://github.com/block/goose/releases/download/stable/Goose.zip"
|
||||
|
||||
Reference in New Issue
Block a user