From 6daeac418be1b522d741ec2026668dc4d6c9fad9 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 13 Oct 2025 23:48:02 -0600 Subject: [PATCH] Fixed projects --- src/config.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/config.ts b/src/config.ts index 0a9fbd7..51d6a70 100644 --- a/src/config.ts +++ b/src/config.ts @@ -157,11 +157,10 @@ export const config: Config = { projects: [ { - id: "openclimb", - name: "OpenClimb", + id: "ascently", + name: "Ascently", description: "FOSS Rock Climbing Tracker for iOS and Android", - link: "https://git.atri.dad/atridad/OpenClimb", - iosLink: "https://apps.apple.com/ca/app/openclimb/id6752592783", + link: "https://git.atri.dad/atridad/Ascently", }, { id: "muse",