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 (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<p>Click one of the buttons below to download goose Desktop for macOS:</p>
|
<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
|
<Link
|
||||||
className="button button--primary button--lg"
|
className="button button--primary button--lg"
|
||||||
to="https://github.com/block/goose/releases/download/stable/Goose.zip"
|
to="https://github.com/block/goose/releases/download/stable/Goose.zip"
|
||||||
|
|||||||
Reference in New Issue
Block a user