Skip to content

Commit

Permalink
Add some more adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
conradolandia committed Nov 5, 2024
1 parent f9f1923 commit 1e9a496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/download/+page.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const visit = `visit our <a href="https://github.com/spyder-ide/spyder/releases"
const content = {
props: {
title: "Download Spyder",
intro: `Select the package you want to download from the links below. Or ${visit}`,
intro: `Select the package you want to download from the links below, or ${visit}`,
download: {
start: "Download started&hellip;",
click: `If the download does not start automatically, please click the button below`,
Expand Down
2 changes: 1 addition & 1 deletion src/routes/download/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
{#if osButtons}
<div
class="mt-8 mb-5 mx-auto max-w-48 sm:max-w-md grid grid-cols-1 sm:grid-cols-2 items-center justify-center gap-4"
class="mt-16 mb-5 mx-auto max-w-48 sm:max-w-md grid grid-cols-1 sm:grid-cols-2 items-center justify-center gap-4"
>
{#each osButtons as button}
<Button
Expand Down

0 comments on commit 1e9a496

Please sign in to comment.