From 50f8ae3d690a4ba33119a4887362bca040e7745d Mon Sep 17 00:00:00 2001
From: sasha-astiadi 
Date: Wed, 15 Oct 2025 15:37:23 +0200
Subject: [PATCH] refactor: update download link to internal route and hide
 demo button
---
 src/components/DownloadLink.tsx | 4 +---
 src/components/Hero.tsx         | 4 ++--
 2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/src/components/DownloadLink.tsx b/src/components/DownloadLink.tsx
index ebaa618..a95ea95 100644
--- a/src/components/DownloadLink.tsx
+++ b/src/components/DownloadLink.tsx
@@ -4,10 +4,8 @@ import { ArrowDownTrayIcon } from '@heroicons/react/24/solid'
 export function DownloadLink() {
   return (
     
       
diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx
index bdd243c..c6cdee2 100644
--- a/src/components/Hero.tsx
+++ b/src/components/Hero.tsx
@@ -117,13 +117,13 @@ export function Hero() {