-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt Download page style to match other pages (#32)
- Loading branch information
1 parent
aeb0c54
commit c661301
Showing
2 changed files
with
96 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
const visit = `visit our <a href="https://github.com/spyder-ide/spyder/releases" target="_blank">releases page</a> on GitHub.` | ||
|
||
const content = { | ||
props: { | ||
title: "Download Spyder", | ||
subtitle: `If the download does not start automatically, please click the button below`, | ||
alternative: `To download Spyder for the detected OS, please click the button below`, | ||
download: { | ||
title: "Download Started...", | ||
alternative: `Alternatively, you can manually select the package you want from the buttons below, or ${visit}` | ||
}, | ||
} | ||
} | ||
|
||
export function load() { | ||
return content | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters