1
1
mirror of https://github.com/neosubhamoy/neodlp-website.git synced 2026-05-06 22:05:49 +05:30

refactor: added arm64 linux builds, added linux curl-bash installer, fixed all downloads grid and bumped up deps

This commit is contained in:
2025-10-10 17:03:33 +05:30
Verified
parent 24f2793b79
commit 0e1dc222bc
8 changed files with 1547 additions and 2029 deletions

View File

@@ -1,7 +1,7 @@
"use client";
import React, { useEffect, useRef, useState } from "react";
import { useScroll, useTransform, motion, MotionValue } from "motion/react";
import { ArrowRight, CircleArrowDown, Download, Puzzle } from "lucide-react";
import { ArrowDownToLine, ArrowRight, Download, Puzzle } from "lucide-react";
import { type LatestRelease } from "@/types/release";
import { SlidingButton } from "@/components/ui/sliding-button";
import { getOS } from "@/lib/utils";
@@ -216,7 +216,7 @@ export const ContainerScroll = ({
href="/download"
>
<span className="font-semibold flex items-center gap-2">
<CircleArrowDown className="size-4" />
<ArrowDownToLine className="size-4" />
All Downloads
</span>
<span className="text-xs">Choose from all download options</span>