From 0b1d001c2046d5f8030ec27a47480bf754693b08 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 27 Sep 2025 17:01:54 +0300 Subject: [PATCH] chore(website): rebrand download to get started --- apps/website/src/index.tsx | 4 ++-- .../{Download/download.css => GetStarted/get-started.css} | 0 .../{Download/download.tsx => GetStarted/get-started.tsx} | 2 +- apps/website/src/pages/Home/index.tsx | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) rename apps/website/src/pages/{Download/download.css => GetStarted/get-started.css} (100%) rename apps/website/src/pages/{Download/download.tsx => GetStarted/get-started.tsx} (99%) diff --git a/apps/website/src/index.tsx b/apps/website/src/index.tsx index d7cfa5bf6..72527f4da 100644 --- a/apps/website/src/index.tsx +++ b/apps/website/src/index.tsx @@ -5,7 +5,7 @@ import { Home } from './pages/Home/index.jsx'; import { NotFound } from './pages/_404.jsx'; import './style.css'; import Footer from './components/Footer.js'; -import Download from './pages/Download/download.js'; +import GetStarted from './pages/GetStarted/get-started.js'; import Donate from './pages/Donate/Donate.js'; export function App() { @@ -16,7 +16,7 @@ export function App() { - + diff --git a/apps/website/src/pages/Download/download.css b/apps/website/src/pages/GetStarted/get-started.css similarity index 100% rename from apps/website/src/pages/Download/download.css rename to apps/website/src/pages/GetStarted/get-started.css diff --git a/apps/website/src/pages/Download/download.tsx b/apps/website/src/pages/GetStarted/get-started.tsx similarity index 99% rename from apps/website/src/pages/Download/download.tsx rename to apps/website/src/pages/GetStarted/get-started.tsx index 484c096e0..d1dfe5a4d 100644 --- a/apps/website/src/pages/Download/download.tsx +++ b/apps/website/src/pages/GetStarted/get-started.tsx @@ -2,11 +2,11 @@ import { useState } from "preact/hooks"; import Card from "../../components/Card"; import Section from "../../components/Section"; import { App, Architecture, buildDownloadUrl, downloadMatrix, DownloadMatrixEntry, getArchitecture, Platform } from "../../download-helper"; -import "./download.css"; import { usePageTitle } from "../../hooks"; import Button, { Link } from "../../components/Button"; import Icon from "../../components/Icon"; import helpIcon from "../../assets/boxicons/bx-help-circle.svg?raw"; +import "./get-started.css"; export default function DownloadPage() { const [ currentArch, setCurrentArch ] = useState(getArchitecture()); diff --git a/apps/website/src/pages/Home/index.tsx b/apps/website/src/pages/Home/index.tsx index afde95c36..7ccff2b22 100644 --- a/apps/website/src/pages/Home/index.tsx +++ b/apps/website/src/pages/Home/index.tsx @@ -48,8 +48,8 @@ function HeroSection() {
- See all download options -