From 9fadf3a62769d28e68f40618655b8e8ebe24774c Mon Sep 17 00:00:00 2001 From: Maarten van Heusden <50550545+mmvanheusden@users.noreply.github.com> Date: Thu, 12 Dec 2024 20:40:37 +0100 Subject: [PATCH] chore: update branding --- README.md | 4 ++-- src/index.html | 2 +- src/ts/main.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 640b7015..dd281700 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

A graphical wrapper for DepotDownloader, designed to make downloading older versions of Steam games easy.

Tutorial ~ -Website ~ +Website ~ Example usage ← @@ -92,7 +92,7 @@ $ pnpm eslint --fix src/ - +

diff --git a/src/index.html b/src/index.html index 645a0122..6dcbd44c 100644 --- a/src/index.html +++ b/src/index.html @@ -201,7 +201,7 @@
- +

Settings


Appearance

diff --git a/src/ts/main.ts b/src/ts/main.ts index 8b59439b..a069fe14 100644 --- a/src/ts/main.ts +++ b/src/ts/main.ts @@ -176,7 +176,7 @@ $(async () => { }); $("#opium-btn").on("click", () => { - openShell("https://00pium.net"); + openShell("https://aphex.cc"); });