Skip to content

Commit 2b4903e

Browse files
committed
tweak /download pages
1 parent e6a1a2a commit 2b4903e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/layouts/DownloadPageLayout.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const {
5959

6060
{
6161
OS !== "Linux" && (
62-
<section class="mx-4 sm:mx-12 mb-14">
62+
<section class="mx-4 sm:mx-12 mb-4">
6363
<div class="border border-bg-200 rounded-md p-6">
6464
<div class="flex flex-col sm:flex-row gap-2 justify-between items-center">
6565
<div class="flex-col gap-2">
@@ -81,9 +81,9 @@ const {
8181
}
8282

8383
<section class="mx-4 sm:mx-12 flex flex-col">
84-
{OS !== "Linux" && <h5>Other downloads</h5>}
84+
{false && OS !== "Linux" && <h5>Other downloads</h5>}
8585

86-
<div class="flex flex-col gap-4 mt-6">
86+
<div class="flex flex-col gap-4">
8787
{
8888
releaseData.map((item) => {
8989
return (

0 commit comments

Comments
 (0)