We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a1a2a commit 2b4903eCopy full SHA for 2b4903e
src/layouts/DownloadPageLayout.astro
@@ -59,7 +59,7 @@ const {
59
60
{
61
OS !== "Linux" && (
62
- <section class="mx-4 sm:mx-12 mb-14">
+ <section class="mx-4 sm:mx-12 mb-4">
63
<div class="border border-bg-200 rounded-md p-6">
64
<div class="flex flex-col sm:flex-row gap-2 justify-between items-center">
65
<div class="flex-col gap-2">
@@ -81,9 +81,9 @@ const {
81
}
82
83
<section class="mx-4 sm:mx-12 flex flex-col">
84
- {OS !== "Linux" && <h5>Other downloads</h5>}
+ {false && OS !== "Linux" && <h5>Other downloads</h5>}
85
86
- <div class="flex flex-col gap-4 mt-6">
+ <div class="flex flex-col gap-4">
87
88
releaseData.map((item) => {
89
return (
0 commit comments