Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/src/components/MacDesktopInstallButtons.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading